Skip to main content

All Questions

0 votes
1 answer
90 views

I tried scraping a website using selenium but I was unsuccessful due to its inability to detect its web element

Problem Description: I tried scraping a website using Selenium, but I was unsuccessful due to its inability to detect the web elements. I need to collect product information from 6 to 10 different ...
Mubaraq Onipede's user avatar
0 votes
0 answers
102 views

Unable to hide selenium automation while using bright data proxy rotation

I have a selenium automation script that scrapes a specific website at a custom frequency to get updated data from it, I am running this on an AWS instance. The issue is after X amount of time, the ...
Hipster Monkey's user avatar
0 votes
0 answers
213 views

Despite using 'DrissionPage' library, Why I faced "This site can't be reached" issue

Can you please help me to solve this issue? Why this code doesn't work. Despite using drissionpage library for scraping a website. I can't submit this form automatically though I can fill up the form. ...
Md. Nazmul Islam's user avatar
0 votes
0 answers
24 views

How to manipulate JSF viewstate in during the web scrap using C# ASP.NET Core

Currently, I'm changing some selenium automations for web scraping on a website that uses java faces .jsf, when trying to make a request with C# and httpclient the server responds with an xml error: ...
Alessandro Colluci Jr's user avatar
0 votes
0 answers
77 views

Script Freezes in Seleniumbase

When I run the .exe of my script (based on Seleniumbase framework), after some time (about 60 minutes), the script stops unexpectedly. The script opens 3 tabs with 3 links and switches between tabs to ...
Joako's user avatar
  • 1
0 votes
0 answers
33 views

Python Selenium search not working in a Google Maps API search box in a site

I'm trying to get all the results for the state of São Paulo, Brazil and show them in a CSV file This is the website: https://www.portoseguro.com.br/fale-conosco/contatos/encontre-um-corretor This is ...
Iago Pereira de Barros's user avatar
0 votes
0 answers
194 views

How to Bypass Press-and-Hold CAPTCHA When All Methods Fail?

I’m struggling with bypassing a press-and-hold CAPTCHA on a website. Despite trying several methods, including auto-key automation and proxy rotation, I’m still facing issues with detection. Here’s a ...
Haseeb Akbari's user avatar
1 vote
1 answer
45 views

How can I properly scrape the VISA Currency page when there's a Shadow-Root layer above the input fields?

I've been trying to automatically populate the VISA currency calculator page to calculate the exchange rate. Unfortunately, I'm having trouble accessing the fields because it seems there's a Shadow-...
N._.coDev's user avatar
0 votes
1 answer
41 views

Selenium Automation Issue: Input Field Only Accepting First Value

I'm facing an issue with my Selenium automation script in Python. Until yesterday, everything was working perfectly. However, today, the script is not behaving as expected. The problem is with a ...
Luis Scarasatti's user avatar
1 vote
1 answer
38 views

I couldn't choose a specific option with Selenium in Python

I am trying to select the option "Yazar" in this tag with Selenium and Python. However, I couldn't click this and choose the option "Yazar". How to do that? <div class="...
Mustafa Uğur Baskın's user avatar
1 vote
0 answers
650 views

How can I run seleniumbase inside docker?

I have some seleniumbase code that works correctly normally, but in a Docker container, I get an ElementNotFound Exception, which does not happen when I run locally. Can anyone please help me? This is ...
Alex M's user avatar
  • 11
0 votes
1 answer
70 views

Trying to scrape Canon Webpage using selenium

One of the categories has Load More button which load cameras. I need to write function that scrolls to Load more button and clicks it url: https://www.usa.canon.com/shop/cameras/mirrorless-cameras ...
Chavle's user avatar
  • 1
0 votes
2 answers
378 views

how to click on a button on webpage for downloading a file whose link changes according to date using selenium and python

I am trying to locate and download a file from a website using python and selenium, but i cannot locate it using xpath or id because every day i want to download the file of specific date .. the href ...
Atharva Zalkikar's user avatar
0 votes
1 answer
56 views

How to select option from a dropdown using python - selenium

I am trying to automate data downloading process by using python and selenium combination. and got stuck in selecting options from a dropdown. here is the element in the page i am trying to interact ...
shubham tiwari's user avatar
0 votes
1 answer
56 views

How to scrape data in iframe using selenium in python

I am trying to scrape data from a website Inside a page, there is an iframe. This is the url which I am going to scrape https://quickfix.repairq.io/analytics/dashboard?dashboard=daily_snapshot&...
ARTEM DIACHUK's user avatar

15 30 50 per page
1
2 3 4 5
9