a-selenium-add-special-keys


Namea-selenium-add-special-keys JSON
Version 0.10 PyPI version JSON
download
home_pagehttps://github.com/hansalemaos/a_selenium_add_special_keys
SummaryAdds some useful keys from the chrome.debugger library to Selenium
upload_time2023-01-01 09:05:11
maintainer
docs_urlNone
authorJohannes Fischer
requires_python
licenseMIT
keywords selenium automation keys
VCS
bugtrack_url
requirements useful_functions_easier_life
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# Adds some useful keys from the chrome.debugger library to Selenium


```python
# 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)
```



<img src="https://raw.githubusercontent.com/hansalemaos/screenshots/main/seleniumkeys.png"/>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/hansalemaos/a_selenium_add_special_keys",
    "name": "a-selenium-add-special-keys",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Selenium,automation,keys",
    "author": "Johannes Fischer",
    "author_email": "<aulasparticularesdealemaosp@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/2f/1d/3c31deee8a9df7d7df9b62df339a71d1ef2d1a345f26a9cb68d43dd7c41d/a_selenium_add_special_keys-0.10.tar.gz",
    "platform": null,
    "description": "\n# Adds some useful keys from the chrome.debugger library to Selenium\n\n\n```python\n# Tested with:\n# https://github.com/ultrafunkamsterdam/undetected-chromedriver\n# Python 3.9.13\n# Windows 10\n\n\n$pip install a-selenium-add-special-keys\n\nfrom auto_download_undetected_chromedriver import download_undetected_chromedriver\nimport undetected_chromedriver as uc\nfrom a_selenium_add_special_keys import add_special_keys\n\nif __name__ == \"__main__\":\n    folderchromedriver = \"f:\\\\seleniumdriver2\"\n    path = download_undetected_chromedriver(folder_path_for_exe=folderchromedriver, undetected=True)\n    driver = uc.Chrome(driver_executable_path=path)\n    driver = add_special_keys(driver)\n```\n\n\n\n<img src=\"https://raw.githubusercontent.com/hansalemaos/screenshots/main/seleniumkeys.png\"/>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Adds some useful keys from the chrome.debugger library to Selenium",
    "version": "0.10",
    "split_keywords": [
        "selenium",
        "automation",
        "keys"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "291978d7f9a698cf5fb0cd7390bb27f1",
                "sha256": "4834e9a2d00c8a4148dee786def0759159adc387dd5e3b183eb091030a43805d"
            },
            "downloads": -1,
            "filename": "a_selenium_add_special_keys-0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "291978d7f9a698cf5fb0cd7390bb27f1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 6365,
            "upload_time": "2023-01-01T09:05:10",
            "upload_time_iso_8601": "2023-01-01T09:05:10.542435Z",
            "url": "https://files.pythonhosted.org/packages/79/92/c23c2b56b81ad0327798f3b9a36505e52f97e36191354daa972a9c904a6b/a_selenium_add_special_keys-0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "ca7548ad3d096210cfbc4832a8c4311b",
                "sha256": "84d18e8cb0a7b434a6dbfae93eb0258f1089229df279ec549b94698db96d5cd4"
            },
            "downloads": -1,
            "filename": "a_selenium_add_special_keys-0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "ca7548ad3d096210cfbc4832a8c4311b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 5463,
            "upload_time": "2023-01-01T09:05:11",
            "upload_time_iso_8601": "2023-01-01T09:05:11.794557Z",
            "url": "https://files.pythonhosted.org/packages/2f/1d/3c31deee8a9df7d7df9b62df339a71d1ef2d1a345f26a9cb68d43dd7c41d/a_selenium_add_special_keys-0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-01 09:05:11",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "hansalemaos",
    "github_project": "a_selenium_add_special_keys",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "useful_functions_easier_life",
            "specs": []
        }
    ],
    "lcname": "a-selenium-add-special-keys"
}
        
Elapsed time: 0.02980s