All Questions
Tagged with selenium-webdriver webdriver
10,397 questions
1
vote
1
answer
68
views
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.
...
0
votes
0
answers
49
views
¿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 ...
1
vote
1
answer
39
views
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 ...
1
vote
0
answers
57
views
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 ...
0
votes
3
answers
82
views
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 ...
0
votes
0
answers
44
views
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 ...
0
votes
1
answer
38
views
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....
1
vote
1
answer
181
views
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 ...
0
votes
0
answers
78
views
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 ...
0
votes
0
answers
23
views
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 ...
0
votes
1
answer
202
views
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....
0
votes
1
answer
99
views
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 ...
0
votes
0
answers
25
views
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:...
0
votes
0
answers
58
views
Selenium with chrome driver on ubuntu/debian not working properly
I am currently working on a scripting project and I am using selenium with chrome the problem that i found is when the browser opens, it's not showing anything and its not navigation to the correct ...
1
vote
1
answer
154
views
Webdriver BiDi listeners, getting bodies of request and response
Hi I am trying to replace devtools with BiDi in my project. Can I get request and response bodies from BeforeRequestSent and ResponseDetails? any form like json or byte sequence or string would be ...