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

Questions tagged [selenium-webdriver]

Selenium WebDriver provides the WebDriver API for controlling browsers in different programming languages ("language bindings"). When using this tag, also add a tag for the programming language you are using.

selenium-webdriver
0 votes
0 answers
11 views

Unable to generate maven-cucumber reports

My maven project build is success with warning as shown below. Terminal console shows, it is about to generate cucumber report and Unexpected error happened net.masterthought.cucumber....
Laxman's user avatar
  • 1
0 votes
0 answers
19 views

Selenium checking stale did not work for chrome driver version 126

Selenium checking stale did not work for chrome driver version 126: public boolean isElementStale(WebElement element) { try { element.isEnabled(); return false; ...
eastwater's user avatar
  • 5,276
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
0 answers
22 views

How to export test result present in Visual Studio 2022 Professional? I am working on specflow and there is no nunit used

I have executed my tests and want to export result present in Test Explorer in Visual Studio 2022 Professional v17.10.4. I am working on specflow and there is no nunit used. Is there any way to export ...
sriram srinivasan's user avatar
0 votes
1 answer
31 views

Im having hard time with Safari Webdriver and clicking on a web element

Im struggling with Safari Webdriver and clicking elements on a page. To start I have up-2-date selenium version as stated on apples website. For context I'm running selenium on a mac machine with ...
user3329818's user avatar
-2 votes
0 answers
20 views

not able to find xpath can some one help me here

steps : go to this link https://github.com/SreeniDollar/PracticeCode/security/dependabot under security tab in left side there are vulnarability alerts, under that dependabot there click on that it ...
sreeni's user avatar
  • 7
-2 votes
0 answers
22 views

how to access the first input variable in the div key

enter image description hereI'm trying to access the first input function in the div class I have tried using Xpath to access it but the Xpath keeps changing every time I run the program same thing ...
Hell King's user avatar
-1 votes
0 answers
36 views

Google Map Result Scroll (VBA Selenium) [closed]

How do I scroll through Google Maps results to get more items in my list? I’m not sure whether I should use the class attribute or another method. Please help me with automatically scrolling until all ...
Ravi Sharma's user avatar
0 votes
0 answers
21 views

selenium.webdriver.Firefox with FirefoxOptions().add_argument('--headless') doesn't return a valid hwnd

I've noticed that the headless option in Firefox runs Firefox in the background without a window attached to it, and I haven't been able to find a way to run Firefox in the background and still have ...
phpjunkie's user avatar
0 votes
0 answers
10 views

Get an external report link of test execution in selenium testNG when Jar file is executed, in the integration testing

I'm working on executing testNG suite through executable jar with dependencies. When we run we see extent reports i.e., emailable report . Now for our application, which has microservice architecture. ...
Abhilash Devraj Hiremath's user avatar
-1 votes
0 answers
17 views

How to automate hybrid (native + flutter) app using appium?

We have a hybrid app i.e. it has both Native and Flutter components. We have been thinking of automating it but we are not very sure which tool is best suited for this. Can anyone help suggest tool ...
aks's user avatar
  • 1
0 votes
0 answers
16 views

Reading xls file from Japan METI statistics using Python

I want to access xls sheets on METI's website. But none of the usual methods work. Taking this webpage: https://www.enecho.meti.go.jp/statistics/petroleum_and_lpgas/pl007/results.html and this file ...
paul's user avatar
  • 89
0 votes
0 answers
23 views

Selenium unable to click on element

I am working on a web scraping project using Selenium in Python and am encountering an issue while interacting with the Lufthansa homepage. My goal is to click a specific element (the Departure field) ...
selenium4311's user avatar
0 votes
2 answers
54 views

Python-Scraper with BS4 and Selenium : Session-Issues with chrome

I am trying to grab the list of all the banks that are located here on this page http://www.banken.de/inhalt/banken/finanzdienstleister-banken-nach-laendern-deutschland/1 note we've got 617 results my ...
zero's user avatar
  • 1,221
0 votes
1 answer
11 views

How to separate retires in Allure Reports to separate tests?

In my project while triggering a test to run, we pass through variables as system properties e.g.: public static String USER = System.getProperty("user", "ADMIN_HQ"); This is so ...
Hazel Egan's user avatar

15 30 50 per page