Questions tagged as 'selenium'

3
answers

Selenium + Java Find the correct xpath

How are you? I'm using Selenium with Java and I need to click on an option. The element is a radiobuttom. <div class="row"> <div class="col-xs-12 col-sm-6 col-md-6 col-lg-4"> &...
asked by 13.04.2018 / 19:01
0
answers

Extract information about Housing and Population - Python

I'm doing a project that consists of extracting the number of homes and population by AGEB in several municipalities of NL from the INEGI website but in order to extract the information you have to draw the outline of the AGEB manually and the m...
asked by 12.01.2018 / 18:44
1
answer

Sort list of nodes by attribute

I'm parseando this web link . For this I need to know the header, in which the full date comes, plus the nodes that contain each game. I need to do it sequentially, because in the same table there is more than one header with different dates. W...
asked by 31.12.2017 / 11:30
1
answer

Wait for answers to continue Selenium Python

I want to make this code with functions. With the data of the Login and achieve it and it is perfect, the problem comes later with 2 issues: The first, where it says #Clonar there is a change of URL and it is executed automatically once I...
asked by 12.10.2017 / 15:42
0
answers

Object not pickleable running multiprocessing

I have a script that scrapes a data table from the web, so that each node represents a row, and inside the tag is information that I want to obtain. The linear sequence code works fine, but I have decided to try to execute it asynchronously with...
asked by 14.11.2017 / 08:56
1
answer

Error while testing with selenium and JUnit!

What happens is that I'm doing some tests with JUnit and selenium and when doing tests I get this error message in the console: JavaScript error: http://localhost:8080//wfi/css/jquery-confirm.css, line 10: SyntaxError: illegal character JavaSc...
asked by 23.12.2016 / 16:43
0
answers

Selenium 3.0 + gecko: The text written in the text box is deleted

Using selenium 3.0 together with gecko, the application runs apparently well but when you get the text filled in a box, write the text and delete it before you can use it in the next step. It happens in searches, login ... Before the version upd...
asked by 16.11.2016 / 11:47
1
answer

I have this exception testng: Caused by: java.lang.NoSuchMethodError: org.apache.http.params.HttpConnectionParams.setSoReuseaddr

What should I do to avoid this exception when I try to run my selenium tests with testNG.    org.testng.TestNGException: Can not instantiate class   TestCaseJuntos.BeforeandAfterclass at   org.testng.internal.ObjectFactoryImpl.newInstance (Ob...
asked by 29.09.2016 / 18:49
2
answers

I have several dropdown with the same ID in the xpath (SELENIUM)

What should I do if I have 2 dropdown, for example, but the name on the xpath is the same? How can I do to identify them? There is no name and the ids are the same. The code for both is this: <input id="dropdown-input" c...
asked by 13.12.2016 / 20:02
2
answers

How to properly run webdriver selenium chrome and firefox?

Hi, I've been watching tutorials on how to run selenium webdriver in firefox and in chrome but they do not work for me. Only the browser opens but it does not access the page I indicated, and it tries in several ways and it does not work for me,...
asked by 10.09.2017 / 16:00