Skip to main content

A couple of useful JS scripts for Selenium

Project description

A couple of useful JS scripts for Selenium

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

$pip install a-selenium-some-js

from a_selenium_some_js import *

execute_scripts_with_timeout(
        driver, script=f"window.scrollBy(0,{200})", script_timeout=3
    )
js_scrollby(driver, y=40, script_timeout=0)	
go_to_top_of_page(driver, script_timeout=1)
get_navigator_infos(driver)
zoom_website(driver, scaleFactor=2, x=0, y=0, relativeSpeed=800)

maximize_window(driver) # window is not maximized, but its size is like maximized

send_cmd(driver,'Input.synthesizePinchGesture', {
                        'x': 0,
                        'y': 0,
                        'scaleFactor': 2,
                        'relativeSpeed': 800, # optional
                        'gestureSourceType': 'default' # optional
                    }) # https://chromedevtools.github.io/devtools-protocol/
    
	

Project details


Release history Release notifications | RSS feed

This version

0.10

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_some_js-0.10.tar.gz (4.1 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_some_js-0.10-py3-none-any.whl (5.8 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for a_selenium_some_js-0.10.tar.gz
Algorithm Hash digest
SHA256 e648b9130bec39ee80a315e03f85dedf3bc08c4db804242597aef94523f6d078
MD5 451e3f2bcdcc3c3bd1e1d5930c0648e3
BLAKE2b-256 c485f29912f03b8d58076f78803ce750c976ba4660de03cbd23b6c2b6ccef965

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for a_selenium_some_js-0.10-py3-none-any.whl
Algorithm Hash digest
SHA256 67c49e9e184a2e25510405885a512ce8472effe5d85ebdf26cc029ba970f9f59
MD5 077357c32da1d659f0aeae02aef1a79f
BLAKE2b-256 cd260f362a9e1aff3a03cf99a30d4a57b4a420dd05c3f7bbc0a6ec434e81ca20

See more details on using hashes here.

Supported by

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