MarketSquare / robotframework-seleniumlibrary-java

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

Provide a method to retrieve the current WebDriver instance from SeleniumLibrary #110

Open shrinivasbb opened 3 years ago

shrinivasbb commented 3 years ago

Provide a method to get the instance of WebDriver from Selenium Library instance. This would help in building the custom keywords and to extend the functionality of the existing keywords.

Hi-Fi commented 2 years ago

Can you elaborate a bit more, how that WebDriver instance is needed? To RF code or with Java?

Or even better, PR implementing that :)