Adds some useful keys from the chrome.debugger library to Selenium
Project description
Adds some useful keys from the chrome.debugger library to Selenium
# Tested with:
# https://github.com/ultrafunkamsterdam/undetected-chromedriver
# Python 3.9.13
# Windows 10
$pip install a-selenium-add-special-keys
from auto_download_undetected_chromedriver import download_undetected_chromedriver
import undetected_chromedriver as uc
from a_selenium_add_special_keys import add_special_keys
if __name__ == "__main__":
folderchromedriver = "f:\\seleniumdriver2"
path = download_undetected_chromedriver(folder_path_for_exe=folderchromedriver, undetected=True)
driver = uc.Chrome(driver_executable_path=path)
driver = add_special_keys(driver)
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 Distribution
Built Distribution
File details
Details for the file a_selenium_add_special_keys-0.10.tar.gz
.
File metadata
- Download URL: a_selenium_add_special_keys-0.10.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 84d18e8cb0a7b434a6dbfae93eb0258f1089229df279ec549b94698db96d5cd4 |
|
MD5 | ca7548ad3d096210cfbc4832a8c4311b |
|
BLAKE2b-256 | 2f1d3c31deee8a9df7d7df9b62df339a71d1ef2d1a345f26a9cb68d43dd7c41d |
File details
Details for the file a_selenium_add_special_keys-0.10-py3-none-any.whl
.
File metadata
- Download URL: a_selenium_add_special_keys-0.10-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4834e9a2d00c8a4148dee786def0759159adc387dd5e3b183eb091030a43805d |
|
MD5 | 291978d7f9a698cf5fb0cd7390bb27f1 |
|
BLAKE2b-256 | 7992c23c2b56b81ad0327798f3b9a36505e52f97e36191354daa972a9c904a6b |