Questions tagged as 'selenium-webdriver'

0
answers

Authentication windows with selenium

I'mtryingtoperformawindowsauthenticationwithselenium,howevertheerrorbelowisdisplayed. Is there another way to perform this type of authentication?     
asked by 24.04.2017 / 19:15
1
answer

Selenium test stopped

I'm having a problem with selenium for when a loader appears on my screen (my application being tested for synonymous). It stands still and not time-out. Would you like to know how to put a timeout to run a test?     
asked by 23.03.2017 / 16:12
1
answer

How do I get past the Firefox Unsafe Connection alert page with GeckoDriver?

How to go through the certificate error (insecure connection) screen with the WebDriver GeckoDriver for Firefox? I'm tapping on a URL that displays this alert. I've already added in the browser exceptions, but the problem continues. If you...
asked by 16.03.2017 / 21:14
1
answer

I can not get into the "main2" frame. VBA and SelleniumWrapper

I'm trying to access a web page and manipulate its controls via VBA and Selennium Wrapper , however, these controls are within a frame with " name = main2 ", follow the VBA: Sub z() Dim objCollection Dim numeroPregao, dataAssinatura,...
asked by 23.12.2016 / 17:58
0
answers

Api Web Calls 2

Well, I have a rather boring task which is the captchas handling, I make a get request by sending as a parameter a code I want to access, my API opens the page with Webdriver, maps and takes the url of the captcha image. I take this captcha to A...
asked by 05.12.2016 / 17:48
1
answer

Null in BaseURL - Selenium IDE - Junit

Good afternoon. I'm trying to use the Selenium IDE WebDriver and noticed that BaseURL is coming null. I saw some examples on the internet, but I can not understand why this is happening. It does not even open Firefox. Thank you all. import...
asked by 16.11.2016 / 18:19
1
answer

Accessing an .exe file within a .jar file

Good! I'm new to Java and I'm developing a program that I need to include in a driver's executable. When running the .jar file, how can I make it run the .exe file? Do I have to extract it and then run or can I run it internally? Thank you...
asked by 30.11.2016 / 13:30
0
answers

Problem with Selenium Dependencies

I have a problem with selenium with Java, I have developed a code that goes to a website and searches for it. It is giving this error: Exception in thread "main" java.lang.NoSuchFieldError: INSTANCE at org.apache.http.conn.ssl.SSLConnectionSo...
asked by 23.06.2016 / 21:04
1
answer

Javascript ProblemExecutor Selenium WebDriver

I can not execute the function doFilterOffer() on the page, it gives the following error    missing; before statement What is the problem with this syntax below? if (driver instanceof JavascriptExecutor) { ((Javascri...
asked by 01.10.2015 / 21:26
1
answer

Problem with Selenium Webdriver

I'm trying to learn Selenium WebDriver on my own, but I'm having difficulties. Some commands are not working in Eclipse. For example, for the command " Import org.openqa.selenium.webdriver " the message will appear:    The import...
asked by 31.08.2016 / 03:35