Skip to main content

More convenient methods for creating multiple selenium browsers.

Project description

selenium_browser

More convenient methods for creating multiple selenium browsers.

Example

pip install webdriver_browser
from webdriver_browser import BrowserOptions
from webdriver_browser.chrome import ChromeBrowser
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions as EC

with ChromeBrowser(BrowserOptions) as browser:
    browser.driver.get("https://example.org/")
    browser.wait.until(EC.visibility_of_element_located((By.TAG_NAME, 'h1')))
    assert browser.driver.title == 'Example Domain'

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

webdriver_browser-0.1.6.post1.tar.gz (11.1 kB view details)

Uploaded Source

Built Distribution

webdriver_browser-0.1.6.post1-py3-none-any.whl (13.1 kB view details)

Uploaded Python 3

File details

Details for the file webdriver_browser-0.1.6.post1.tar.gz.

File metadata

File hashes

Hashes for webdriver_browser-0.1.6.post1.tar.gz
Algorithm Hash digest
SHA256 3b76b0e46d85394aeb252e89d9432906b485e02a944c6f3d26471a85ad04fbfe
MD5 183461e8443aa6c6b96cf2c15d549985
BLAKE2b-256 bbb1f5bbcbc00b7d26667fae1ed55601cef40ccd0454e13149b2bcc4d13afcdd

See more details on using hashes here.

File details

Details for the file webdriver_browser-0.1.6.post1-py3-none-any.whl.

File metadata

File hashes

Hashes for webdriver_browser-0.1.6.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 108b5210feab4a7c267a96a0cbd93d4435f7b4d3f235363e4194620dce909388
MD5 9ee3877e1c6a990e2914fb9932093996
BLAKE2b-256 8688f97d3fc8152fdfb0ca45857c6029d487ee160b13f3d4f0f8e2268f244f81

See more details on using hashes here.

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