Skip to main content

All Questions

Tagged with
1 vote
3 answers
50 views

Selenium XPath: How do I click on the Load More button

I'm trying to scrape job listings on a career page. I'm trying to click the load more button, but cant seem to figure it out. i was wondering if someone could help me out -- I keep getting an error ...
redhorse's user avatar
1 vote
2 answers
112 views

Unable to click the Explore text in Google Trends site using Selenium Python

I need to get Google Trends data for past 30 days, past 12 months like that for the purpose of my current project. I'm able to get daily data using Google Trends API. The package has another API ...
Rahim T.S's user avatar
0 votes
2 answers
142 views

Unable to get an element using Selenium

I have been unable to get the rating number from the website https://www.hoka.com/en/us/mens-everyday-running-shoes/rincon-3/1119395.html using selenium. This is what I have as Python code: from ...
hanna's user avatar
  • 5
1 vote
1 answer
56 views

Webscraping with Selenium using Xpath

I'm looking for some numbers on https://tnnslive.com/ The numbers I'm looking for on tnnslive.com: If I copy the xpath in Chrome, I get: //*[@id="root"]/div/div/div/div/div/div/div/div[2]/...
janosch1931's user avatar
0 votes
1 answer
403 views

How to locate the input element within nested divs using Selenium

I'm having trouble locating element <input class='search-text'...> and would like to place the text 'hello' into the text box. Trying to locate the input class='search-text' My webdriver code is ...
yummybagels's user avatar
0 votes
2 answers
423 views

How to close the cookie banner using Selenium

There is a cookie on this page which i have tried to close using selenium java and testNG but not closing. The url is https://hausrat.allianz.de/ Below is my code: public void closeCookieNotification()...
Sheriff Sulemana's user avatar
1 vote
2 answers
300 views

How to click on a button element using a Python bot

I want to click the send e-mail button in the code below, but I cannot access any fields such as selector, xpath ... and click the button. When you run the code, you will see that it already opens and ...
B.12's user avatar
  • 21
2 votes
2 answers
1k views

How to locate the search box on Google Home page using Xpath

I have entered correct from the developer tool xpath still it is not macthing element. How can find the xpath or other locator for google search box. HTML: <input id="input" type="...
BRAJESH KUMAR's user avatar
1 vote
1 answer
375 views

How to find an element with multiple class names using Xpath or CssSelector

I want to access this element: div data-v-658f4ceb="" class="trn-gamereport-list trn-gamereport-list--compact"> I know that since it has multiple names in the class I would ...
internshiphopeful's user avatar
1 vote
1 answer
79 views

Selenium returning blank values in addition to desired values when searching by Xpath from table data

I'm utilizing code from this tutorial: https://towardsdatascience.com/how-to-use-selenium-to-web-scrape-with-example-80f9b23a843a When running the Python script, the Webdriver does pick up the desired ...
hypnoticbanana's user avatar
1 vote
1 answer
116 views

Scraping Angular data with Selenium

Below there is some html that I can extract Text with Selenium driver. <td colspan="2"><strong>Owner</strong> <div ng-class="{'owner-overflow' : ...
Leo Torres's user avatar
3 votes
1 answer
35 views

Popup consent obstructing my selenium script from completing the test

I am a newbie to selenium automation and I am trying to run this test script. Unfortunately, a cookie consent kept popping up which I believe is obstructing my script from completing. How do I perse ...
taerese's user avatar
  • 67
0 votes
2 answers
2k views

How to identify and click on dynamic elements using Selenium and Java

I've tried several xpaths but non could be used to pass my test. I'm a new comer in the automation world and I'm struggling with this particular problem. I'm trying to locate the element with text ...
Robin Hossain's user avatar
0 votes
1 answer
73 views

How to click on next button in Linkedin with Selenium in Python?

I have a problem to find element "Next Button" and click that with Selenium in Python within the webpage Code trials: try: driver.find_element(By.CSS_SELECTOR, ".artdeco-...
Nimo Db's user avatar
  • 45
5 votes
2 answers
20k views

How to click on "Verify you are human" checkbox challenge by cloudflare using Selenium

I need to automatically download using Python a .csv file that is in this web page: https://pace.coe.int/en/aplist/committees/9/commission-des-questions-politiques-et-de-la-democratie Now, I have ...
Giampaolo Levorato's user avatar

15 30 50 per page
1
2 3 4 5
97