man-group / pytest-plugins

A grab-bag of nifty pytest plugins
MIT License
559 stars 83 forks source link

fix: if SELENIUM_URI is set then Remote Webdriver should be used #201

Open vladosaurus opened 2 years ago

vladosaurus commented 2 years ago

fix the ambiguity: documentation says:

[SELENIUM_URI] is needed when dealing with selenium server and not chrome driver (see https://groups.google.com/forum/?fromgroups#!topic/selenium-users/xodZDJxt81o). If SELENIUM_URI is not defined SELENIUM_HOST & SELENIUM_PORT will be used.

this sounds like when you set SELENIUM_URI, a Remote Webdriver is used. this is currently not the case and this PR fixes it.