Skip to main content

Send text to coordinates with Selenium

# Tested with:
# https://github.com/ultrafunkamsterdam/undetected-chromedriver
# Python 3.9.13
# Windows 10


$pip install a-selenium-keys2coords

from auto_download_undetected_chromedriver import download_undetected_chromedriver
import undetected_chromedriver as uc

from a_selenium_keys2coords import send_keys_coordinates

if __name__ == "__main__":
    folderchromedriver = "f:\\seleniumdriver3"
    path = download_undetected_chromedriver(
        folder_path_for_exe=folderchromedriver, undetected=True
    )
    driver = uc.Chrome(driver_executable_path=path)
    driver.get(
        r"https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E&source=header-repo"
    )
    sleep(2)
    send_keys_coordinates(driver, x=300, y=300, text="testest@text.com")

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

a_selenium_keys2coords-0.10.tar.gz (3.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

a_selenium_keys2coords-0.10-py3-none-any.whl (5.4 kB view details)

Uploaded Python 3

File details

Details for the file a_selenium_keys2coords-0.10.tar.gz.

File metadata

  • Download URL: a_selenium_keys2coords-0.10.tar.gz
  • Upload date:
  • Size: 3.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for a_selenium_keys2coords-0.10.tar.gz
Algorithm Hash digest
SHA256 922cd54f7df5d22fda27a4c3c7fa9d0803d8c9f7fa009c01bbabd1300ecf6f63
MD5 6538807979243c68bf74ad3de7486af9
BLAKE2b-256 8d38c93bdc026b06d6e2d1fe350be379d73d81d0869097e8147e9f1a00d73b1a

See more details on using hashes here.

File details

Details for the file a_selenium_keys2coords-0.10-py3-none-any.whl.

File metadata

File hashes

Hashes for a_selenium_keys2coords-0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 96dcef30d20ad7376eddd26cb8db97f5154612f06fed14ceb633e86ccac14fdd
MD5 8d5a72ace539a94cab0b1a703ccafef7
BLAKE2b-256 329772faa91cd508062ea719d9c5343a8d0765645e4572309e4741ebffd60bb4

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.10

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page