Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [webdriver]

WebDriver is an API for controlling web browsers, imitating a real user. It's mostly used for automated tests. WebDriver has multiple language bindings and drivers (allowing to control various browsers). If your question is specific to one of them, make sure to also include the appropriate tag.

0 votes
3 answers
121 views

Issue with Selenium and webdriver

I'm trying to use the webdriver and Selenium, it was working fine a couple days ago but I'm currently facing this issue where I receive this error: [Errno 8] Exec format error: '/Users/[USER]/.wdm/...
toprak's user avatar
  • 1
0 votes
1 answer
12 views

How to capture Network requests in Selenium Webdriver C#?

If I need to check what's going on with Network requests while Selenium C# tests are running, how to do it? Sharing with you my solution in the answer below.
Denis Koreyba's user avatar
0 votes
0 answers
126 views

How to setup Webdriver manager to use chromedriver in a MacOS app compiled with PyInstaller?

In my python script I am currently using webdriver_manager (text) to install the chrome webdriver. This webdriver is used to create a Selenium driver to navigate websites and collect HTML data. This ...
Roman De Santos's user avatar
0 votes
0 answers
8 views

Is it possible for selenium to detect specific requests sent to a site in the devtools network tab?

I am using Selenium on python with Chrome and Firefox. I want selenium to wait until a specific request is sent to a site which can be located in the network tab in devtools. e.g. a request with the ...
Wazzuper11's user avatar
0 votes
2 answers
43 views

Web form automation with python

I need to create an automation to fill out the registration form in this link: Im testing filling out the agency name but i keep getting an error stating "input-53" doesnt exist. Once i ...
jose lequerica's user avatar
-1 votes
1 answer
16 views

Selenium Webdriver for Unity Android Game

I want to make a unity game that requires to go to a website and interact with it in the background (something like selenium in headless mode would handle in c# dotnet for example). Is there an ...
Rico's user avatar
  • 9
0 votes
0 answers
19 views

I an getting an error in my pycharm while runnning chromedriver()

C:\Users\suchi\PycharmProjects\pythonProject1.venv\Scripts\python.exe C:\Users\suchi\PycharmProjects\pythonProject1\test\demo.py There was an error managing chromedriver (error sending request for url ...
Suchitra Pradhan's user avatar
0 votes
2 answers
40 views

Can't write a loop in Selenium Python

I can't write a loop in selenium python, I'm trying to make a bot that it'll write a descripton of products. The loop was worked successfully for the first product but when comes second product it ...
Deniz Yalmanbaş's user avatar
-1 votes
0 answers
10 views

selenium python edge webdriver [duplicate]

i started learning selenium i did follow the steps of the documentation and youtube Tuto but from the start i got error , i did choose edge i downloaded the same version of edge webdriver as the ...
Margouma Saleh's user avatar
0 votes
0 answers
12 views

How to handle modal dialog using C# and VUEJS in selenium webdriver?

DuplicateCancel In the html below, How to handle the button "Duplicate" in a modal box using C# and Web Driver based on VUEJS?
jeff_hqh's user avatar
0 votes
0 answers
35 views

java.lang.IllegalAccessError getting this error

package Selenium; import org.openqa.selenium.WebDriver; import org.openqa.selenium.edge.EdgeDriver; public class www { public static void main(String[] args) { // TODO Auto-generated ...
john lee's user avatar
0 votes
0 answers
51 views

TimeoutError The driver failed to open the listening port 127.0.0.1:54901 whithin 10s

I am trying to open the edge browser with my VBA code, and I can't seem to make it work, the error I get is the one in the title: "TimeoutError The driver failed to open the listening port 127.0....
Guadalupe Camara's user avatar
0 votes
0 answers
16 views

python selenium how can I create a personal class with atributes of webdriverWait? I need POLL_FREQUENCY so my test can run smoothly in every step

I have this class: class LoginPage(WebDriverWait,BaseWait,BaseStep): def __init__(self, driver): super().__init__(driver) self.driver = driver And I need to inject the driver with ...
mppalilon's user avatar
0 votes
1 answer
52 views

Selenium WebDriver script for exporting data from Power BI dashboard encountering errors

I'm trying to automate the process of exporting data from a table in a Power BI dashboard using Selenium WebDriver and encountering some issues. Here's a summary of what I'm trying to achieve and the ...
Nhu Tuyen Nguyen's user avatar
0 votes
1 answer
33 views

Unable to reach the Preview Tab under XHR tab under Network Tab

I have been trying to write the code to print the preview present under Fetch/XHR tab which is present under Networks Tab. The image is present below- In this image I want to print on the console ...
Onkar Mehra's user avatar

15 30 50 per page
1
2 3 4 5
825