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.post2.tar.gz (14.4 kB view details)

Uploaded Source

Built Distribution

webdriver_browser-0.1.6.post2-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for webdriver_browser-0.1.6.post2.tar.gz
Algorithm Hash digest
SHA256 1c61039af8fb628166645d83c95f141ee6348fde07d73b7e7a29063e35eb9d87
MD5 bccddef174b887832e3b1643c06eeeb7
BLAKE2b-256 4d2d79601eab800f1bf08a4da1a8fa793305eff3fcc0aa44fff472cb07c4feee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for webdriver_browser-0.1.6.post2-py3-none-any.whl
Algorithm Hash digest
SHA256 70f45282a3dedd268660e59764224959da056bf1d90378894dcf424bf680568f
MD5 403798842b37c3f9f7dbca49519d5242
BLAKE2b-256 b8a809a859994f800bdabc81aca0775694f5f155873c780f0b1be5ecd4ca095e

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