M
M
magary42015-11-11 22:41:38
selenium
magary4, 2015-11-11 22:41:38

How to select element from selecta?

using webdriver for nodejs
trying different ways found on internet
driver.findElement(webdriver.By.id('mySelection')).sendKeys('3');
driver.findElement(webdriver.By.css('#mySelection > option:nth-child(4)')).click();
met somewhere - first click on the select after click on the option
stackoverflow.com/questions/26041791/how-to-select...
nothing helps
the same story with the checkbox. can't check

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
Talik, 2017-01-10
@Talik0507

an example of a page?
on the page is a normal select? or select2

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question