Skip to main content
4 votes
2 answers
90 views

Using ChromeDriverManager and the following code block: if platform.system() == "Windows": driver_path = ChromeDriverManager(os_system_manager=OperationSystemManager(os_type="win64&...
Wei Jie's user avatar
  • 32
1 vote
1 answer
129 views

I'm running selenium tests on ubuntu with chromedriver 120 and chrome 120 but randomly getting "chrome not reachable" or "session deleted because of page crash" errors. happens ...
Gökhan's user avatar
  • 53
0 votes
2 answers
94 views

Using Selenium 4.0 and Google Chrome 142 in a C# application, I have issues accessing resp. "finding" an element on my website. The HTML presented in the Chrome dev console is as follows (...
Volker's user avatar
  • 23
0 votes
2 answers
137 views

Python 3.11 Selenium 4.38 For the following URL: https://www.amazon.es/-/en/Womens-Lace-up-Comfortable-Anti-Slip-SDMB2203W/dp/B0B5CX9VZY On the right hand side of the page it says "Dispatches ...
boston_019's user avatar
2 votes
2 answers
169 views

I have a working web scraper written in Python, Selenium and Chromedriver (all up-to-date version wise) and various other software packages. The target webpage has a field for the phone number, but ...
Wonkydave's user avatar
3 votes
3 answers
92 views

I'm trying to make a automation that logs into https://auth.hbomax.com/login, however I keep getting the below error as the code can't locate the sign-in element. selenium.common.exceptions....
FirePunch's user avatar
0 votes
2 answers
515 views

I've been parsing some websites using Selenium webdriver (its Chrome variant in particular) about a month ago and all worked fine (using Google Colab). I'm trying to run the same code now and it doesn'...
Andrew's user avatar
  • 11
0 votes
1 answer
82 views

I'm trying to automate sending a tweet via Selenium (Python) and while I'm able to access the page using my existing chrome profile, I'm not able to access any elements and what's more is that it ...
Kamen Yin's user avatar
Best practices
1 vote
3 replies
118 views

I'm trying to use asserts in selenium java. I read that for every validation i need to use an assert as best practice. i stumbled upon this code example: WebElement button = wait.until(...
C.Sharp's user avatar
  • 79
0 votes
0 answers
392 views

I have a service on my application that is scrapping a webpage to obtain some information with Selenium. I have run it without Docker and with Docker in my PC. I am now working on deploying it with ...
Carlos Lavilla's user avatar
3 votes
2 answers
916 views

The Python code: from selenium import webdriver from selenium.webdriver.chrome.service import Service from selenium.webdriver.support.ui import Select import pandas as pd import time # define the ...
user avatar
0 votes
1 answer
89 views

When I open a PDF file via a normal link (e.g., https://unec.edu.az/application/uploads/2014/12/pdf-sample.pdf), Chrome opens the PDF in the same tab with Chrome's integrated PDF viewer component. In ...
bar2's user avatar
  • 10
1 vote
1 answer
140 views

I’m using Python + Selenium + pyvirtualdisplay (Xvfb) to run Chrome and capture a series of screenshots via ffmpeg. The series of screenshots is blank while only the last screenshot is proper. As the ...
YourCodingBuddy's user avatar
1 vote
1 answer
48 views

Website photo with search box visible. So, this is the website https://sa.ucla.edu/ro/public/soc There is a dropdown menu for selecting subject area where I need to write subject and i will receive ...
Rohit Kasturi's user avatar
-1 votes
1 answer
73 views

I’m using Python + Selenium + ChromeDriver to check a list of titles (from a CSV file) against an online library catalog. My script searches each title and tries to determine if a specific library has ...
huda's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
997