Skip to main content

Framework built on top of Selenium framework for easy setup and config

Project description

Web Automation Framework

This is a project designed to minimize the setup and config of selenium and actions performed on elements

To use this library, create a snippet like below and populate the actions in the run method (remove the pass keyword)

from web_automation.framework import Framework, Browser

class CustomClass(Framework):
    def run(self):
        pass

CustomClass(
    browser=Browser.CHROME,  # Accepted browsers [CHROME|EDGE|FIREFOX]
    wait=10,  # Implicit wait for an element to be present in the document, optional, default value is 30 secs
    headless=False,  # Open the browser in headless mode, optional, default value is False
    download_path=''  # Custom download path, optional, default value is system download folder
)

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

web-automation-1.0.0.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

web_automation-1.0.0-py3-none-any.whl (5.5 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