Skip to main content

All Questions

-1 votes
0 answers
8 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
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
45 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
15 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
49 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
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
20 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
0 votes
2 answers
58 views

Unable to click an element and scrape web using xpath and id- selenium

I have been trying to create a code to select an element on a web page- https://tmrsearch.ipindia.gov.in/eregister/ using xpath and element id with the help of Selenium library. I have mentioned two ...
Onkar Mehra's user avatar
0 votes
1 answer
93 views

Selenium in Ubuntu 22.04 - Exception-SessionNotCreatedException: Could not start a new session. Message: Session not created

I am pretty new to Selenium and have been trying to setup selenium in my ubuntu 22.04. chrome version and location, chromedriver version and java version. Basic sample of the code I am trying to run. ...
thatimperfectme's user avatar
0 votes
0 answers
22 views

eclipse selenium webdriver cannot be imported

maven dependencies can you help me please I cant import webdriver , I have tried writing the query manual and also not working ? am unable to execute any test . I have already tried to remove it and ...
Wesal Al Saleh's user avatar
0 votes
1 answer
42 views

Trouble locating button element in selenium using python

I'm trying to locate a button element: <button rpl="" class="login w-100 button-large px-[var(--rem14)] button-brand items-center justify-center button inline-flex " type="...
rickw's user avatar
  • 19
0 votes
0 answers
50 views

How to set an proxy with authentication in Java Selenium WebDriver?

I am working on a web scraping project using Selenium WebDriver with Java. I need to route my web traffic through an external proxy that requires authentication. While I can manually handle the ...
Galdan Chinbat's user avatar
0 votes
3 answers
78 views

Selenium Webdriver - how to select element

In this below page excerpt, I need to be able to click 'App Profiles'. But what ever I try I cannot get it to work. I keep getting OpenQA.Selenium.NoSuchElementException. <body> <div id=&...
JohnD's user avatar
  • 1
1 vote
0 answers
55 views

How to Connect Selenium WebDriver to a Firefox Instance Running in Remote Debugging Mode?

I'm working on automating browser testing with Selenium and I have a working setup for Edge that launches the browser in remote debugging mode and then connects the WebDriver to it. Here is the code I ...
Selfdev.py's user avatar

15 30 50 per page
1
2 3 4 5
695