robotframework-selenium2library-java icon indicating copy to clipboard operation
robotframework-selenium2library-java copied to clipboard

Java port of the Selenium 2 (WebDriver) Python library for Robot Framework

Results 24 robotframework-selenium2library-java issues
Sort by recently updated
recently updated
newest added

Add to Element.java a new keyword Press Key Native. Prototype see below. Goal: Elements like scrollbar are not coded in html. Therefore a locator can only hit the whole element...

enhancement

When I use the below command to import Selenium2Library, and I will get ExceptionInInitializerError java -jar "$BASEPATH/robotframework.jar" -P $BASEPATH/javalib/robotframework-selenium2library.jar "$@" And it works when I replace -P with -cp to...

Hi, could it be possible to add support for the setting the RemoteWebDriver's FileDetector as explained here: http://saucelabs.com/resources/selenium-file-upload?

Whenever I do the keyword: Open Browser ${URL} firefox, I get this strage error: http://pastebin.com/TnhaE4Xh . The tests still run fine. But it seems that because of this error, I...