Skip to content

One simple selenium webdriver start script that (tries to) take care of binary locations and dependendencies in a platform independent manner.

License

Notifications You must be signed in to change notification settings

JoachimDunkel/start_selenium_webdriver

Repository files navigation

start_selenium_webdriver

One simple selenium webdriver start script that (tries to) take care of binary locations and dependendencies in a platform independent manner.

Example:

from start_selenium_webdriver.webdriver_startup import start_web_driver

# The package will take care of everything.
driver = start_web_driver()

Note

Only works with firefox atm. and therefore needs a valid firefox installation.

Roadmap

  • Support Chrome webdriver

Contributions & Improvments

Be encouraged to send pull-requests for any kind of improvment.

About

One simple selenium webdriver start script that (tries to) take care of binary locations and dependendencies in a platform independent manner.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages