Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
100 views

I am encountering an issue when using the undetected-chromedriver library in my script. The browser opens successfully, but when I try to navigate to a website, the browser crashes, and a white screen ...
Abdul Hossein Charkhi's user avatar
2 votes
1 answer
422 views

I'm trying to run Selenium in docker. Therefore I have the selenium/standalone-chrome together with node in my docker-compose: # Inspired by https://www.testmo.com/guides/github-actions-selenium/ ...
MetaColon's user avatar
  • 2,871
0 votes
1 answer
100 views

I want to set the specific microphone device in different Chrome, e.g. Chrome A using "Microphone A", Chrome B using "Microphone B". I know the Firefox can doing this using profile....
wachan2001's user avatar
0 votes
1 answer
1k views

I was looking to have some fun and was annoying my friend by spam tagging him in a group chat . Then it hit me , why could i not write a for loop to spam his name as many times as i want . I went to ...
RoooooKie's user avatar
0 votes
2 answers
41 views

CoinPoker Leaderboard Page I want to click yesterday button to copy yesterday's data, but receveing an error doing so My goal is to be able to click both Yestarday button and parse data located below ...
KurczakChrupiacy2's user avatar
0 votes
1 answer
157 views

I'm trying to write a test against a site that authenticate's by checking some headers. In other frameworks it's possible to add headers to the driver but I can't see anything like that in Selenium. ...
Doctor Who's user avatar
  • 1,719
-2 votes
1 answer
421 views

I am praticing Selenium following this tutorial working on this page. I am using the more recent version of Selenium (4.26), TestNG (7.10.2 and of Java JDK (Java 23) with IntellJ Community edition. ...
Carlo Cumino's user avatar
1 vote
1 answer
488 views

I'm trying to work with python and selenium/standalone-chrome to create an automation to download a .xlsx file from my website. I've configured both the python container and the selenium/standalone-...
Persifer's user avatar
0 votes
0 answers
63 views

I am learning test automation following a tutorial on the site TAU by applitools. I am using IntelliJ community edtion as IDE. I have to practice with TestNG so I followed the instruction writing a ...
Carlo Cumino's user avatar
1 vote
1 answer
73 views

I'm tring to get the time and location info on a website which presents public events called Timable, it uses Google Map to show the detailed locations, some of the event has only one location and I'...
user28086143's user avatar
3 votes
0 answers
574 views

I've been developing a web scraper with python and when initially creating the webdriver.Chrome object with Selenium.py, I consistently get a "Sandbox cannot access executable" error which ...
Jolo05's user avatar
  • 31
1 vote
0 answers
205 views

I'm currently using SeleniumBase with UC mode to launch a web page. After starting a browser instance in one script, I would like to reuse that instance in another script within the same project. ...
Donald Ekpe's user avatar
0 votes
1 answer
122 views

I'm trying to write E2E tests with Panther. My tests are dockerized. I load chromium-driver and the Panther library : RUN apt-get update ;\ apt-get install -y default-mysql-client php8.2-mysql ...
hadf's user avatar
  • 282
0 votes
1 answer
271 views

I have developed a windows form app with selenium on vs2019 and dotnet 4.6.1 the app works perfectly on windows 10 64-bit where I originally create the app and debug it. but I need it for win7 and it ...
Vahid's user avatar
  • 27
1 vote
0 answers
30 views

I have this issue in my code using Selenium and Python I receive this error: Traceback (most recent call last): File "C:\Program Files\JetBrains\PyCharm Community Edition 2024.2.1\plugins\...
Maayan Israel's user avatar
0 votes
1 answer
133 views

I am new to using Selenium. I have to take a screenshot of a simple webpage but it shows the error below even though I set the height already. selenium.common.exceptions.WebDriverException: Message: ...
Kevin's user avatar
  • 13
1 vote
0 answers
55 views

I want to create a sequence recorder application. My goal is to take a URL from the user on the client side and open it in a browser on the server side. The user interacts with the server-side browser ...
Nomadyb's user avatar
  • 11
0 votes
1 answer
34 views

I am currently trying to set up a script which copies a value from Excel and inserts it into a specific field on a website. However, I am currently not able to so on a corporate website, on another ...
flips89's user avatar
-2 votes
1 answer
70 views

'Untill login its fine all button works fine but then afte the login I am trying to click tis export button its not clicking/ as per my test its not finding it. Not juts the export button any other ...
Karan Pradhan's user avatar
1 vote
1 answer
62 views

Issue Description: I am trying to automate a process where I can visit a website and scrape product details of top 100 products on that page and put it in an excel file. Code Explanation: I have a ...
Annie's user avatar
  • 25
0 votes
1 answer
557 views

I am using selenium chromedriver and for that I need to install the Chrome dependencies (in my dockerfile) for linux (ubuntu). I tried searching but I cannot find a definitive list - just a lot of ...
HeronAlgoSearch's user avatar
0 votes
1 answer
63 views

Issue Description: I am trying to automate a process where I can visit a website, hover over the menu navigation bar and click on each navigation category options from tier 1 dropdown, visit that ...
Annie's user avatar
  • 25
0 votes
1 answer
49 views

I have downloaded the latest version of chromedriver and updated the chrome with the same version. Also added the selenium jar files. Getting error : Exception in thread "main" java.lang....
thete nikita's user avatar
0 votes
1 answer
180 views

I have to collect text data from internet news articles from approx 2017 to 2024 from around 5 websites. That's tens/hundreds of thousands of articles. I have a way of scraping some of those URLs ...
Nic'n Sugar's user avatar
0 votes
0 answers
40 views

I'm trying to use Java and Selenium to automate the process of filling out online job applications, which obviously means I need to insert text into text fields like one's name, address, phone number ...
PainIsAMaster's user avatar

1
3 4
5
6 7
300