Questions tagged as 'selenium'

1
answer

Is it possible to integrate tests with SELENIUM IDE in Github?

I have some tests with SELENIUM IDE and would like to integrate it with a repository in Github. Is it possible?     
asked by 20.09.2016 / 19:53
4
answers

Selenium can not find by id

I'm running a test with testNG along with Selenium org.openqa.selenium.By Test, do this search: driver.findElement(By.id("idRoleCheck:0")).click(); It gives the following error:    org.openqa.selenium.ElementNotVisibleException: ele...
asked by 23.09.2016 / 16:27
1
answer

Open another instance of Excel while VBA runs

I created an application in Excel that extracts information from the internet, directly to it through the Selenium IDE Webdriver. However, while this application runs, I can not open a new worksheet, or a new instance of that macro, is there a p...
asked by 20.01.2017 / 19:39
1
answer

How to check if a checkbox is checked and if so, uncheck it in the Selenium IDE

I need to test Selenium IDE with the following situation I have a page where there are 3 columns with several lines (Field name, Status, Editable?) In my test, I need to check if a certain field in this list has the "Editable" flag checked...
asked by 25.05.2016 / 14:39
1
answer

Close the browser only after running all tests with Selenium Webdriver C #

I'm developing tests with Selenium webdriver in C #, for each test class the browser is initialized and after running all the tests of this class the browser is closed. How do I initialize only once and close only after running all tests of all...
asked by 21.09.2015 / 19:40
1
answer

Check for an element with Selenium

I am automating a website and in a certain part it presents a listbox that when one of its options is selected if it has available values it presents a table with those values. What I want is to make the system check if this table exists for eac...
asked by 19.08.2015 / 20:06
1
answer

Copy page text and paste into another with JAVA or Selenium WebDriver

How do I copy a text from a Web page and paste it into an input on another page, with java or Selenium WebDriver?     
asked by 11.05.2015 / 15:16
0
answers

Print window, save PDF Selenium WebDriver

After developing a web page, I am developing the automated test of this web page. I'm using Selenium WebDriver with for .NET. After clicking the print button, the popup to choose the printer or switch to PDF is displayed, so my test stops, it...
asked by 10.09.2018 / 21:20
0
answers

Problems Elements / Images in Selenium Django

I'm having some problem with elements not loading properly on the ChromeDriver page using selenium in my Django application. I dumped Django's testing tool because in my scenario, I need the whole loaded database. And doing a load fi...
asked by 26.06.2018 / 18:28
0
answers

Problem with Selenium x C # x Chrome

Good afternoon. I have a web application made in C #. I need to do a Selenium integration with another site and am having the following problems: When instantiating the webdriver to error chrome, it opens the browser but does not follow in th...
asked by 29.03.2017 / 21:19