Skip to main content

All 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. ...
CC PL's user avatar
  • 13
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 ...
Python Developer Datamachine 's user avatar
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 ...
QA Testing's user avatar
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 ...
Dwi Nissa A.'s user avatar
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 ...
Mikachu's user avatar
  • 153
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 ...
larry's user avatar
  • 1
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....
Tandra Wijaya's user avatar
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 ...
Jeferson Carlos's user avatar
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 ...
IGRISGOD's user avatar
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 ...
我能学好编程's user avatar
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....
Mine Cheater's user avatar
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 ...
ZenoArrow's user avatar
  • 814
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:...
USER654645648's user avatar
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 ...
ibrahimgb's user avatar
  • 1,101
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 ...
bog bogishvili's user avatar

15 30 50 per page
1
2 3 4 5
694