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")
Release files for AIOdriver 0.1.4
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| AIOdriver-0.1.4-py3-none-any.whl | Python 3 | none | any | Details |
Release files / AIOdriver-0.1.4-py3-none-any.whl
| Download URL | AIOdriver-0.1.4-py3-none-any.whl |
|---|---|
| Size | 6.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
1e6472845898f94335e9cb4bf78cd7b670dcdc8ee5f5976d669418bfbb12f13a
|
|
BLAKE2b-256 checksum How to use checksums |
18b8830e621572108da54dbfdd44250cf1ae04d717edefc4fa3c6bea055e372e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.11.5
|