# 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:
```python
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.
Raw data
{
"_id": null,
"home_page": "https://github.com/JoachimDunkel/start_selenium_webdriver",
"name": "start-selenium-webdriver",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.6",
"maintainer_email": "",
"keywords": "",
"author": "Joachim Dunkel",
"author_email": "joachim.github@gmx.at",
"download_url": "https://files.pythonhosted.org/packages/bc/d3/5b96f5e6dec2833046d83d6948b29a4c2477580f40f4514601d18f62401e/start_selenium_webdriver-0.3.1.tar.gz",
"platform": null,
"description": "# start_selenium_webdriver\n\nOne simple selenium webdriver start script that (tries to) take care of binary locations and dependendencies in a platform independent manner.\n\nExample:\n\n```python\n\nfrom start_selenium_webdriver.webdriver_startup import start_web_driver\n\n# The package will take care of everything.\ndriver = start_web_driver()\n\n\n```\n\n## Note\n\nOnly works with firefox atm. and therefore needs a valid firefox installation.\n\n## Roadmap\n\n* Support Chrome webdriver\n\n## Contributions & Improvments\n\nBe encouraged to send pull-requests for any kind of improvment.\n",
"bugtrack_url": null,
"license": "",
"summary": "One simple selenium webdriver start script that (tries to) take care of binary locations and dependendencies in a platform independent manner.",
"version": "0.3.1",
"project_urls": {
"Bug Tracker": "https://github.com/JoachimDunkel/start_selenium_webdriver/issues",
"Homepage": "https://github.com/JoachimDunkel/start_selenium_webdriver"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "831f43f72fc3a8e780678531cb2b0640482a475334cf4140ed93a0869f4cded4",
"md5": "4f9ba889783b58338a7b349b73550bca",
"sha256": "f504ba40a490c80bc9b0bae01be28377ab37b91e01ca79c6e987cea4f18c76a1"
},
"downloads": -1,
"filename": "start_selenium_webdriver-0.3.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "4f9ba889783b58338a7b349b73550bca",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.6",
"size": 3716,
"upload_time": "2023-07-20T12:44:12",
"upload_time_iso_8601": "2023-07-20T12:44:12.186798Z",
"url": "https://files.pythonhosted.org/packages/83/1f/43f72fc3a8e780678531cb2b0640482a475334cf4140ed93a0869f4cded4/start_selenium_webdriver-0.3.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "bcd35b96f5e6dec2833046d83d6948b29a4c2477580f40f4514601d18f62401e",
"md5": "1743ec842cc2eb909bf9e6951cdc0889",
"sha256": "eb7b141bed522c3349f73be39706fce05dc226d4a2310aaca0e339665825c24d"
},
"downloads": -1,
"filename": "start_selenium_webdriver-0.3.1.tar.gz",
"has_sig": false,
"md5_digest": "1743ec842cc2eb909bf9e6951cdc0889",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.6",
"size": 3207,
"upload_time": "2023-07-20T12:44:13",
"upload_time_iso_8601": "2023-07-20T12:44:13.737071Z",
"url": "https://files.pythonhosted.org/packages/bc/d3/5b96f5e6dec2833046d83d6948b29a4c2477580f40f4514601d18f62401e/start_selenium_webdriver-0.3.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-07-20 12:44:13",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "JoachimDunkel",
"github_project": "start_selenium_webdriver",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [
{
"name": "selenium",
"specs": [
[
"==",
"4.8.2"
]
]
},
{
"name": "webdriver_manager",
"specs": [
[
"==",
"3.8.5"
]
]
}
],
"lcname": "start-selenium-webdriver"
}