webdriver Questions

35

Solved

I am using selenium with python and have downloaded the chromedriver for my windows computer from this site: http://chromedriver.storage.googleapis.com/index.html?path=2.15/ After downloading the z...

8

Solved

I found a similar error as mine on stackoverflow and added selenium webdriver jar files to the project using the below method : right click on project--> goto build path--> configure build path-->...
Dzoba asked 31/7, 2015 at 6:25

7

I'm trying to Automate a web application selenium 2.0 [webdriver+java].The web application is currently deployed in our UAT servers on our local network.My test cases are executing, but I have to m...
Minivet asked 6/7, 2017 at 5:56

4

Solved

Is there any way to add a header in Selenium WebDriver test? (Like with Firefox Modify Headers plugin) I cannot use HtmlUnitDriver, because the browser has to be visible.
Vastitude asked 24/10, 2012 at 10:17

7

Solved

I really can’t to set socks5 proxy (http too...) for my chrome webdriver in selenium for python. I tried many different ways... But I think I do something bad. Example 1: self.options.add_argument(...
Cordero asked 31/10, 2018 at 11:26

7

Solved

When using implicit waits, as advised here, I still sometimes want to assert the immediate invisibility or non-existence of elements. In other words, I know some elements should be hidden, and wan...
Merrilee asked 14/6, 2012 at 13:57

4

I was reading about page objects and design patterns on the Webdriver project site and came across pagefactory. It doesn't look like the Webdriver for Python API includes pagefactory. Is this true?...
Vociferous asked 12/12, 2011 at 3:9

4

Solved

Is there a way to uninstall Selenium Webdriver in linux? I want to reinstall an older version ie 2.33 which worked for me. Can you please let me know the syntax for installing specific version of s...
Smitherman asked 3/5, 2014 at 5:45

3

Solved

I'm not able to click on Allow button of access camera authentication pop up. Here is the look of pop up.

6

I am trying to check if an element on a page exists by CSS using Selenium 2. Anyone have any examples using PHP Selenium Webdriver Facebook wrapper? I have tried the below code: if($driver->fi...
Rexer asked 21/10, 2013 at 14:8

6

Solved

I am trying to install webdriver and in order to open Firefox I need the geckodriver to be installed and in the correct path. Firstly the download link to install geckodriver only allows you to ins...
Danica asked 1/3, 2017 at 5:46

3

I've tried writing this code on my jupyter notebook, and it shows me the error. My objective is to carry out web scrapping. driver = webdriver.Chrome(ChromeDriverManager().install()) enter image d...
Treadwell asked 26/6, 2023 at 5:44

22

Solved

So I am trying to open websites on new tabs inside my WebDriver. I want to do this, because opening a new WebDriver for each website takes about 3.5secs using PhantomJS, I want more speed... I'm us...
Girder asked 10/2, 2015 at 12:31

14

I was wondering, how can one use selenium/webdriver to download an image for a page. Assuming that the user session is required to download the image hence having pure URL is not helpful. Any sampl...
Fogdog asked 25/7, 2011 at 8:56

6

If the browser window is not in focus, all webdriver identifications on the current page fail. How can the browser be brought into focus, using webdriver?
Deodar asked 18/5, 2012 at 8:59

5

Solved

I'm using Selenium webdriver (chrome) with Python, I'm trying to get the href from all the links on the webpage. When I try the following: items = driver.find_elements_by_tag_name("a") print items...
Assembler asked 7/4, 2016 at 12:55

10

I keep getting the above error (full text below) with guava-23.6-jre.jar I'm doing everything with IntelliJ IDEA so I don't have pom.xml anywhere in my project. My code does nothing special, the li...
Inversely asked 21/2, 2018 at 19:28

3

We created some java code (selenium webdriver script) with Eclipse. Inside my project I used selenium jar files and TestNG jar While running these scripts we go test output folder within Eclipse. ...
Viminal asked 19/2, 2015 at 14:33

6

Solved

I want to disable the "save password" popup in chrome in my selenium test whenever it appears. I found a way through ChromeOptions(), but can't find the argument or preference necessary to make the...
Boondoggle asked 5/10, 2017 at 21:32

4

Solved

Currently I am writing webdriver test for search which uses ajax for suggestions. Test works well if I add explicit wait after typing the search content and before pressing enter. wd.find_element_...
Irrefutable asked 5/6, 2014 at 7:1

6

Can somebody tell me how to use the Chrome driver in Selenium for Linux platform? I have my chrome driver location at username/home/chromedriver. My code is: System.setProperty("webdriver.chrome...
Earthenware asked 7/9, 2013 at 14:2

12

Solved

I'm attempting to set the request header 'Referer' to spoof a request coming from another site. We need the ability test that a specific referrer is used, which returns a specific form to the user,...
Retrorocket asked 26/3, 2013 at 18:51

8

Error tracelogs: DevTools listening on ws://127.0.0.1:54791/devtools/browser/6f264bcc-d44a-40d9-b6cf- 8b1655c97ccd Traceback (most recent call last): File "c:\Users\alsgn\OneDrive\desktop\myp...

10

Solved

I have written tests with Selenium2/WebDriver and want to test if HTTP Request returns an HTTP 403 Forbidden. Is it possible to get the HTTP response status code with Selenium WebDriver?
Volitive asked 28/6, 2011 at 16:13

5

I'm trying to use the Selenium WebDriver and ChromeDriver to connect to an existing session and set the download folder. For some reason, it always fails and throws the following errors: >>&g...

© 2022 - 2024 — McMap. All rights reserved.