Questions tagged as 'selenium-webdriver'

1
answer

How to know if a download of a file has occurred with Selenium webdriver in python

I'm doing a test that downloads a file. This already occurs, but my question is that if there is any way to verify that the download has been successful. Greetings     
asked by 26.11.2018 / 15:21
2
answers

Go through element list item by find_elements_by_class_name in Selenium Python

I'm starting with Selenium I have the following html code <!DOCTYPE html> <html lang="es" dir="ltr"> <head> <meta charset="utf-8"> <title></title> </head> <body> &l...
asked by 22.11.2018 / 11:52
1
answer

Open Profile Firefox with Selenium 3.0

Open a Firefox profile, start a web page in the browser. I have this code that works for me to open firefox and go to the page but it does not do it in the specific profile. Could you please give me a help, I have exhausted all the tutorials....
asked by 05.11.2018 / 17:59
0
answers

Verify the connection of a selenium

I have an application in selenium of c # but during the execution it can happen that it is without internet connection. so I did it this way: try{ driver2.Navigate().Refresh(); }catch(Exception ex){ Console.WriteLine(ex.Message); }...
asked by 23.10.2018 / 20:51
0
answers

Error running test with Selenium Grid

I have a problem and I am running some tests in c # with Selenium Grid and they give me errors such as timeouts, elements not found ... Which does not happen if I do it in local, nothing happens. I've been looking at it for several days, changin...
asked by 05.10.2018 / 11:35
0
answers

Selenium IDE Extract a specific value of a variable

I have a variable that contains 32453532 , I want to extract the first value of that variable, in this case '3' I use these commands but I can not get the value '3' store text | ruta donde se encuentra el texto | text...
asked by 09.10.2018 / 00:11
0
answers

Problem with wait screen in selenium webdriver

Hi, I have a generated method to replace the waitsleep and that this is more efficient, I have it as follows: public void caso50() throws IOException { ingresoCredenciales("50", Constantes.equipoMotox4, "8.0"); RemoteWe...
asked by 04.09.2018 / 16:19
0
answers

Download files with chrome dirver-Selenium in python?

What do I need to do? I need to download an excel in a specific route through my python code which I use selenium and chrome driver. What happens? Downloading the file well without hiding or putting it in the background does not work and does...
asked by 01.08.2018 / 17:12
0
answers

WebDriver.set ()?

Hello, I am working on a project with selenium but when I click on the form on my page I can not rescue the elements of the following page, the driver.get() stays with the url of the beginning, and I should not make a new request on the p...
asked by 03.07.2018 / 22:01
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 / 01:33