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

All Questions

2 votes
8 answers
737 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
  • 21
0 votes
1 answer
13 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
2 answers
229 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
10 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
44 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
20 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
2 answers
42 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
11 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
36 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
56 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
18 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
55 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
36 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
0 votes
0 answers
30 views

How to switch windows in Python Selenium?

I'm facing below error when trying to switch windows in Python Selenium webdriver. found more than 1 handles... INFO: ['4294967297', '4294967308'] ERROR: Exception: NoSuchWindowException, Message: ...
mac's user avatar
  • 920
0 votes
0 answers
21 views

How do I click change the country to a new one from the COUNTRY/REGION section using Selenium Webdriver

I am building a web scrapper but I want to be able to switch the country to another using Selenium. For instance I want to be able to click on the country button and select a new country or region? ...
vu223's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
695