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

How can i update 'user-agent' when i open ie or chrome ?

AttributeError: 'Selenium2Library' object has no attribute '_current_browser' on running testcase from travis @staticmethod def generate_css_pro(): from selenium.webdriver.common.keys import Keys selenium2lib = BuiltIn().get_library_instance('Selenium2Library') driver = selenium2lib._current_browser print("I am here") tag =...

If you try to build a project with robotframework-selenium2library-java using Java8 won't work because of the xercesImpl dependency this project is using. The stacktrace looks like: ``` Importing test library...

When I use Select Window to return to the main window, it claims it can't find Window ' '. When I use Get Window Identifiers, I get the following: KEYWORD:...

When using Open Browser keyword with desiredCapabilities argument but no browserOptions argument, test fails and a Java exception is shown: ``` java.lang.IllegalArgumentException: argument type mismatch ``` Debug **log** shows: ```...

When I use `Input Text` with Russian characters, they are displayed as questions in the report: ![rf-report-bug](https://cloud.githubusercontent.com/assets/87088/23476917/98934d4c-febc-11e6-90fa-7f7bb11dec9c.png) The same problem in the `target/robotframework-reports/output.xml` file: ```xml Types the given <b>text</b> into...

While Selenium3 has couple of release versions already, how should it handled within this library? Should this stick at Selenium2 (as name states), or go to Selenium3 (without changing the...

I would like to know if there is proper approach to extend this library to include new keyword (supported by selenium driver) without changing the original code? Thanks for the...

could you please release a new version of the lib with selenium 3.4.0 support Kind regards, Phoi-Hoa Nguyen