Questions tagged as 'selenium'

1
answer

System.setProperty - Set path to chromedriver

I'm starting to tinker with tests using selenium and JUnit. I need to set the chromedriver.exe path. I would like to know if you have chromedriver.exe inside the project folder and set the path in a way that if someone else downloads the project...
asked by 28.03.2017 / 20:26
1
answer

problem to popular an option control type

I have a VBA code but I'm having trouble popping an element. When you have put data in the control the following error message appears: Run-time error '2146233079 (80131509)': unknown error: can not focus element ... Sub x() Dim ob...
asked by 26.12.2016 / 18:36
0
answers

Driver does not wait for the page to load to proceed

Hello, I'm using Selenium to do some testing and then exporting the code to eclipse. I'm trying to get a getText on a page that uses ajax using xpath, and then I'm trying to authenticate with assertTrue, but I'm not getting the page to fully loa...
asked by 25.01.2017 / 19:01
1
answer

Selenium run task to the end

In tests with Selenium, running through Eclipse, when I run several at the same time. The errors happen: First, do not finish running the task open another browser. Begins to run the second test without even finishing the first Problem a...
asked by 25.10.2016 / 18:42
0
answers

Selenium opening two browsers even I instantiating only one

Galera, I'm using Cucumber with Selenium in JAVA. I have the following problem: at each step I do: private WebDriver driver; @Before public void before(){ driver = new FirefoxDriver(); } @Given("^something$) public void someGivenMehtod(...
asked by 26.07.2016 / 15:43
2
answers

Error interpreting special characters

I'm looking for an element, and so far everything's okay, I've tested it before and it worked, but .. using this code driver.find_element_by_xpath('//*[@data-qtip="Configurações"]').click() is an error, and cmd returns me File "chrome.p...
asked by 20.01.2016 / 19:35
0
answers

Field search when opening a modal

Good morning, I'm doing a test with Selenium, then when I do a search within a field, it opens a modal, not allowing the search when clicked on a button. the error it gives is this, I click on a button to perform the search inside the field, and...
asked by 16.12.2015 / 13:19
1
answer

How to scan a complete list in selenium

I have a screen where I can create users This screen is made up of 4 columns where: A check-box description Code Status (Active or Inactive) I would like to know how to do the following situation I need to inactivate let's s...
asked by 19.08.2015 / 19:07
0
answers

Selenium / JUnit - Authentication screen is not written / executed

I'm doing a POC to use Selenium + JUnit 4 for functional interface testing on a web tool. The tool in question requires authentication when the URL is opened, and the test has been written to Selenium IDE / Firefox with all steps including compl...
asked by 26.01.2015 / 19:13
0
answers

How to start an RSelenium server within RStudio?

I'm using the commands checkForServer() and startServer() . I'm getting the following message:    Warning message: running command '"java" -jar "C: / Program   Files / R / R-3.1.2 / library / RSelenium / bin / selenium-server-...
asked by 01.02.2015 / 02:28