Coder Social home page Coder Social logo

joachimdunkel / start_selenium_webdriver Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 28 KB

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

License: MIT License

Python 100.00%

start_selenium_webdriver's Introduction

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.

start_selenium_webdriver's People

Contributors

joachimdunkel avatar

Watchers

 avatar

start_selenium_webdriver's Issues

Make chrome available

Switching between firefox and or chrome could be done with a flag or an enum.

Internally the chrome driver dependencies should be resolved the aswell.

Should work on linux and windows atleast

Make project inclusion simpler

Currently using the project in a python file is done like so:

from start_selenium_webdriver.webdriver_startup import start_web_driver

This is unecessarily long. It should be something like:

import start_selenium_webdriver

Maybe we can change the method name to .start() or .bring_up()
So the inclusion and usage is generally not so repetitive

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.