Skip to main content

Selenium Webdriver wrapper with Selenium IDE-like functionality

Project description

spydr

Selenium Webdriver (Python binding) wrapper with Selenium IDE-like functionality

How-To

from spydr.webdriver import Spydr

sp = Spydr()
sp.maximize_window()
sp.get('https://www.google.com/')
sp.send_keys('name=q', 'webdriver', sp.keys.ENTER)
sp.save_screenshot('sample_shot')
sp.quit()

Project details


Download files

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

Source Distribution

spydr-0.0.1.tar.gz (4.8 kB view hashes)

Uploaded Source

Built Distribution

spydr-0.0.1-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

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