Questions tagged as 'selenium'

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

Selenium IDE - Problem filling a field with validation

I'm having trouble filling in fields that have a validation in JavaScript, they are required fields. Selenium does not record what I fill in and if I manually enter the information it does not write to those fields when I put the test to run....
asked by 17.03.2017 / 14:51
1
answer

access menu with over effect. Selenium VBA

I'm having trouble accessing an "interactive menu" using the Selenium library in VBA. follow html code of the page: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <tit...
asked by 20.01.2017 / 15:30
0
answers

Extracting two information via Selenium and pasting into only one cell in excel

I'm trying to extract some web information Via selenium, the point I'm catching is this: I can direct information from the selenium searched on the internet and save it inside a specific cell, however what I need would be, that in a query two fi...
asked by 19.12.2016 / 20:45
1
answer

How to capture the td of a web page using selenium vba?

The html code looks like this: <table> <tr> <td width="01%" class="tex3b"><img height="14" src="/imagens/tm_bullet.gif" width="6"></td> <td width="20%" class="tex3b">Órgão</td>...
asked by 29.12.2016 / 14:58
1
answer

Doubt about Eclipse + Java Selenium

I made the following code to perform a simple login test using Eclipse + Selenium: package memoriavirtualWebTesteFuncional; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import...
asked by 23.11.2016 / 13:18
0
answers

Selenium, web system automation

Good morning friends, I'm facing a difficulty, where my goal is to automate a process of opening petitions in an intranet, the system does not have captcha however as it was developed I can not manipulate DOM objects via js with Selenium, system...
asked by 11.07.2016 / 15:50
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