Top "Selenium2library" questions

Selenium2Library is a web testing library for Robot Framework.

Robot Framework - Selenium2Library - Input text into field according to the text before it

Due to every ID being randomly generated after each refresh, I am having to use other identifiers. I basically want …

robotframework selenium2library
How to reduce waiting time in Selenium2Library Robot Framework

I have a test script in Robot Framework which I want to reduce its elapsed time. I have below command …

wait robotframework selenium2library
How to get all elements' text attribute at once in Robot Framework?

I have some web elements which has the same prefix for their ID attribute. I can get these elements all …

selenium-webdriver robotframework selenium2library
Element with locator 'xpath=//*[@id="1"]/button' not found

I am writting robot framework tests with Selenium2 Library and i can't access button, there are many same buttons on …

robotframework selenium2library
How to Upload file from windows directory using selenium2library and Robot Framework

Can someone help me How to Upload file from windows directory using selenium2library and Robot Framework.I have tried …

robotframework selenium2library
Unhandled error "Cannot find context with specified id" using Robot framework

I have a problem when working with iframe using Robot framework and Selenium2Library. It throws error: WebDriverException: Message: unknown …

selenium selenium-webdriver automated-tests robotframework selenium2library
How to select a drop down menu value using robot framework?

How to select a order number from the drop down list. Page has a similar 2 more drop down with same …

angularjs python-2.7 selenium robotframework selenium2library