Questions tagged as 'selenium'

1
answer

error login gmail selenium with python

I have an error with the following code, as the ide works correctly and throws "successful login" by another lador the browser open gmail enter user click to the next xpath Enter password clicks the xpath password but nothing happ...
asked by 11.06.2018 / 21:43
0
answers

Iterate over a list of web elements with selenium python

I have problems to access each of the elements of a web listing with selenium ( link ), the code I have allows you to surf the web but unfortunately does not leave the first element, repeats the process over and over again over the first. I woul...
asked by 05.06.2018 / 03:33
0
answers

Update In Excel

Good guys I need your help I want to edit an excel document but I still can not get it to edit in some of the columns what I do is read the URLs directly and then open them from an excel public void read_excel_update() throws Exception, IOExce...
asked by 23.05.2018 / 08:04
0
answers

Open Url from excel with java

Hello community, I'm creating a method to open an url with selenium. I have tried several ways and I can only get the data through a for to be able to iterate and get the links, being that what I want to do is to open those links and that my...
asked by 22.05.2018 / 20:56
2
answers

JAVA / SELENIUM ... Show only a section of my String

I'm working on Selenium and when I do the GetText message I get something like this:    String message = driver.findElement (By.Xpath ("IdMessage")). getText (); And in the message variable the following is captured: Mensaje aceptado co...
asked by 17.05.2018 / 17:36
0
answers

TestNG / Java - Can I define in an XML that a TestNG group executes certain parameters?

I happened to have: @BeforeClass(groups = {"group1","group2"}, //Codigo que se ejecuta antes de iniciar la prueba } @BeforeMethod(groups = {"group1", "group2"}, //codigo base para todos mis casos de prueba } @AfterMethod(...
asked by 21.05.2018 / 23:20
1
answer

Run a program with Selenium on Windows, remotely from an Android app? [closed]

I'm doing an application on Android , which sends requests to a program, which I have on a virtual machine, with Windows operating system , this program performs a series of Actions with Selenium depending on the request you receive, is a J...
asked by 16.04.2018 / 21:40
0
answers

Selenium WebDriver c #: Doubt when leaving the catch

I have the following code, which occasionally, when placing an order, I skip a window pop-up indicating the same user that has orders in progress, you accept and continue with the order, but I do not the test ends Method _Productos.PedirPro...
asked by 10.04.2018 / 13:52
0
answers

c # Webdriver Element shown sometimes and sometimes not

I have a web page, which sometimes shows a popup with an accept button and others do not. I would like to create a method for when it is shown to click and when it is not shown to continue with the test. I have put an if / else but only do one o...
asked by 03.04.2018 / 12:51
0
answers

Selenium TestNG - java.lang.NullPointerException

I've been trying to do a testng test in selenium, but it's throwing the following exception to me when executing: FAILED: Login java.lang.NullPointerException at Vejez.prueba1Vejez.Login(prueba1Vejez.java:30) at sun.reflect.NativeMethodAccesso...
asked by 03.04.2018 / 00:50