Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

-2 votes
0 answers
19 views

Selection an option from a div.cl-search-dropdown menu

I'm writing a script that uses Selenium. I want to enter a zipcode into a search bar, and then select the first option that pops up from the dropdown menu, but I'm unable to figure out how, as it ...
Ighenvex's user avatar
0 votes
0 answers
27 views

Converting HTML to PDF using selenium causes bookmarks to break

I am using selenium in Python to try and convert HTML files to PDF. Everything converts perfectly except bookmark links. The issue is consistent for all HTML files I've tried, and the exact issue is ...
Tjtorin's user avatar
  • 99
-1 votes
0 answers
20 views

Scrape live appearing elements

So i have a website i am scraping data off, and it has live appearing elements i need to keep getting. I see them on screen and can get them as html via inspect. However i've been searching for hours ...
DeviEnd's user avatar
0 votes
0 answers
24 views

Sign in - Google accounts (choose a account) - Cant seem to be able to click the account (python selenium)

Its the page where you choose which account to login with on a website. I have a hard time clicking the account element. I have no idea if im writing the wrong path or it has something to do with a ...
Kaka's user avatar
  • 1
0 votes
1 answer
20 views

How do I [using selenium webdriver] target ANY span containing specific information?

Currently, I'm working on coding a webscraper of sorts; I want to change pages and still be able to detect what I'm looking for in terms of certain qualities. Right now I'm using: mouse_tracker = ...
Idokoond K's user avatar
1 vote
1 answer
30 views

Python: Selenium's driver.find_element(...) cant find the button im looking for:

This code is supposed to click a button (accept the cookies) and then take a screenshot of the page. It takes the screenshot of the right element with the right height & width, but it does not ...
FireFly's user avatar
  • 13
0 votes
1 answer
35 views

Click on a Selenium button that isn't an input

I've the following HTML code: <div _ngcontent-fsi-c26="" class="col-xs-12 ng-star-inserted" style="margin-top: 3%;"> <div _ngcontent-...
Pablo Costa's user avatar
0 votes
2 answers
47 views

Return the one part of the text under a button - Selenium Python

I'm wondering if it's possible to just return "Glenvale" from the below HTML with Selenium: Link to image I've tried using the Xpath, but that doesn't seem to work. suburb = driver....
Clay Burnett's user avatar
1 vote
2 answers
41 views

Selenium - How to get attributes of href under specific parent class in Python

I'm trying to get the href attribute that is under a specific class. This is an example of the HTML: This class and href is repeated multiple times throughout the page I have tried the below, however ...
Clay Burnett's user avatar
0 votes
2 answers
54 views

How to extract text from a span tag that also have an inner span

I have a html below: <span class="ui-cfs-sn-l" xpath="1"> ABC <span class="ui-cfs-txt">°⌃</span> </span> I used the following python code ...
Jason's user avatar
  • 43
0 votes
1 answer
28 views

Return HREF by searching through parent element -Selenium Python

i'm fairly new to coding/selenium I am trying to get a list of href links by searching through one of its parent element I believe i need to do this as the website has a heap of copies of the link, so ...
Clay Burnett's user avatar
1 vote
2 answers
97 views

Array lists of HTML elements in order by website in selenium / beautiful soup

I am coding some script in Python to input a word into the online Latin morphological analysis software Collatinus (Collatinus) and receive a full declination/conjugation of that word. Here is what I ...
Mufarrid Ansari's user avatar
0 votes
1 answer
37 views

Selenium not getting the information from VBA "NoSuchElementError"

This is my first StackOverflow post ever. I'm trying to copy data from a table in a web, the problem is that is my first time using Selenium. I was trying to use FindElementByClass but it says that it ...
Julio Joshué Puertas Valdez's user avatar
0 votes
0 answers
28 views

Selenium : How to get this element's title correctly? [duplicate]

<h2 class="h2title"> "title" <span class="h2_joyu"> <a href="/search/actress?actress_id=1361">attress_name</a> </span> &...
Tongue- tied7's user avatar
2 votes
2 answers
64 views

How to scrape data from arbitrary number of row listings using python selenium?

So I'm trying to create a bot that identifies nft loan listings on blur that meet certain criteria such as the loans total value being 80% or less than its floor price or APY being greater than 100%. ...
number2patrician's user avatar

15 30 50 per page
1
2 3 4 5
386