MarketSquare / robotframework-seleniumlibrary-java

Java port of the Python based SeleniumLibrary for Robot Framework
Apache License 2.0
23 stars 16 forks source link

added RobotString class for working with system properties and string… #74

Closed YauheniPo closed 5 years ago

YauheniPo commented 5 years ago

…s and created class for working with custom keywords of WebDriver

YauheniPo commented 5 years ago

Example of how I can use CustomRobotDriverElement in my test-framework: https://github.com/YauheniPo/RobotFramework_GUI_Tests/blob/master/src/main/java/popot/robot/keyword/Element.java https://github.com/YauheniPo/RobotFramework_GUI_Tests/blob/master/src/main/java/popot/robot/keyword/CustomRobotElement.java