12,320 questions
1vote
1answer
68views
Selenium doesn't open website with provided url (url is valid)
I try to open whois EURID website with no luck. Selenium opens browser (tried with Chrome and FF), but when I try to open particular URL (http://whois.eurid.eu/): nothing opens, I got blank page only. ...
0votes
0answers
49views
¿How Can I fix a error of status code was: -6
I have now the 4.81.0 version of selenium, and use a raspberry pi formatted with Linux. I have this problem:selenium.common.exceptions.WebDriverException: Message: Service ./chromedriver unexpectedly ...
1vote
1answer
39views
C# Selenium "window.angular is undefined" when waiting for elements to be displayed
I have a C# automation framework with Selenium, Webdriver and XUnit. I have the following issue on my app, but I will give you an example using StackOverflow page, as I get the same issue. I have a ...
1vote
0answers
57views
Error When Rotating Proxy Selenium Webdriver Message: invalid argument: unrecognized capability: acceptSslCerts Stacktrace: GetHandleVerifier
Please help me to solve this error. I want to scraping using selenium webdriver and rotating proxy, but i don't know what is the correct configuration to seting proxy and got this error. How to do ...
0votes
3answers
82views
Starting automated tests with Edge Driver
I already got the tests running with chrome, but now we need to test also with MS Edge. I have downloaded the correct Edge WebDriver (version-vise) and got it up and running with the selenium ...
0votes
0answers
53views
How does one include TypeScript types for WebDriverIO
I have followed the instructions for configurating WebDriverIO (and Mocha) for a TypeScript. Specifically to: install tsx; $ npm install tsx --save-dev and include the following in tsconfig.ts; { ...
0votes
0answers
44views
Selenide - problem with working in offline mode
In my project we are using Selenide framework in the vm where there is no access to normal internet network. The problem is that selenide always tries reach the https://googlechromelabs.github.io/ and ...
0votes
1answer
38views
Selenium Webdriver cannot input text into field by XPATH in TinyMCE
I have followed the instructions, but my script isn't working: # Wait for the iframe to be present print("a") result_frame = WebDriverWait(driver, 10).until( EC....
1vote
1answer
185views
Problem using python with selenium and getting error: net::ERR_HTTP2_PROTOCOL_ERROR
I had a MacBook and I was running a code in Python. I never had any problems with its execution. Last month, I bought a new MacBook "MacBook Air (M3)" and ran the same code. On the new ...
0votes
0answers
79views
How can i run selenium on cloud server properly
I'm using selenium on streamlit cloud server and for that i have issues related to chrome, chrome driver, their versioning. There are other threads about this issue but none is solving my problem. I'm ...
0votes
0answers
23views
Unstable file upload and resource selection issues in Selenium Java-based workflow tests for DolphinScheduler
Title Unstable file upload and resource selection issues in Selenium Java-based workflow tests for DolphinScheduler Question Description Background: I am performing end-to-end (E2E) automated tests on ...
0votes
1answer
203views
How to use socks5 proxy login and password selenium
I would like to connect via selenium to socks5 proxy but it does not want to accept login and password please help me please in solving this problem. My code: System.setProperty("webdriver....
0votes
1answer
133views
WebDriverError: session not created: 'DevToolsActivePort file doesn't exist' since upgrade from chrome v127 to v128 (or higher) in docker environment
I'm trying to run webdriver.io tests in a docker container against a recent chrome version. When using a docker image with chrome 127, my tests run fine. After upgrading chrome to v128 or later, I get ...
0votes
1answer
100views
Logging Selenium webdriver configuration at runtime
We have some Selenium tests (defined as part of a .NET test project) that work fine when running locally but don't when run from an Azure DevOps pipeline. We currently suspect that something is ...
0votes
0answers
25views
Scraping and input via Firefox Input does not work
Good day friends, I am trying to trigger a search on the Calculator website. I would like to do this automatically on my Raspberry Pi. Everything works fine on my laptop with the Chrome browser: https:...