RobotFramework Selenium2Library and External Libraries- pass webdriver?
问题 I have created a Java library that utilizes an instance of Selenium Web Driver. I would like to run the test I have written with this library, as well as the Selenium2Library. In a way, the Java Library would add some functionality that I need (working with Ajax elements), but much of the test could be written with Selenium2 keywords. Is there a way to pass the webdriver instantiated in Selenium2Library to my external library so that they can run the same test? Thank you for your input! 回答1: