All in one driver
Project description
AIOdriver
A all in one driver system with support for both chrome and edge with auto update funcationality
Installation
Run this command to install the package pip install git+https://github.com/abhishake99/AIOdriver.git
Driver Creation Methods
You can create WebDriver instances for different browsers using the createwebdriver function from the AIOdriver.functions module.
Chrome WebDriver Creation
To create a Chrome WebDriver:
from AIOdriver.functions import createwebdriver
driver = ''
driver = createwebdriver(driver, driver_type="chrome") # Chrome driver creation
Edge WebDriver Creation
To create a Edge WebDriver:
from AIOdriver.functions import createwebdriver
driver = ''
driver = createwebdriver(driver, driver_type="edge") # Edge driver creation
Profile WebDriver Creation
To create a Profile WebDriver:
from AIOdriver.functions import createwebdriver
driver = ''
driver = createwebdriver(driver, driver_type="profile",username='Administrator',profile_directory='Default')
Mobile WebDriver Creation
To create a Mobile WebDriver:
from AIOdriver.functions import createwebdriver
driver = ''
driver = createwebdriver(driver, driver_type="mobile")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file AIOdriver-0.1.4-py3-none-any.whl.
File metadata
- Download URL: AIOdriver-0.1.4-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e6472845898f94335e9cb4bf78cd7b670dcdc8ee5f5976d669418bfbb12f13a
|
|
| MD5 |
3f841875b666d291a1b6b0bc2a417119
|
|
| BLAKE2b-256 |
18b8830e621572108da54dbfdd44250cf1ae04d717edefc4fa3c6bea055e372e
|