You use following to share instance of selenium2library: BuiltIn().get_library_instance("Selenium2Library")
Now in my case, I extend Selenium2Library to MySelenium2Library class in python.. with some additional functions in MySelenium2Library class.
Is it possible to share the instance of MySelenium2Library?
Any clue how we can achieve page objects with custom: MySelenium2Library. Thanks a lot.
You use following to share instance of selenium2library:
BuiltIn().get_library_instance("Selenium2Library")Now in my case, I extend Selenium2Library to MySelenium2Library class in python.. with some additional functions in MySelenium2Library class.
Is it possible to share the instance of MySelenium2Library?
Any clue how we can achieve page objects with custom: MySelenium2Library. Thanks a lot.