-
Notifications
You must be signed in to change notification settings - Fork 783
Description
By default, the webdriver binaries are expected to be in the system path and the browser binaries in their default locations.
But this is not always possible. I need the flexibility to specify the path to the webdriver binaries and browser binaries. I currently do this for my selenium2 tests. I am trying to migrate them to rf-selenium2library and unable to run the tests.
I see couple of ways to do this:
. modify rf-selenium2library itself in place (I can do it, but don't favour doing it unless the authors are ready to accept it as a fix).
. extend rf-selenium2library and over ride the open_browser keyword (being new to RF - not sure how to do this - can you help please).
Are there any other ways to have the framework accept webdriver and browser binary paths?