Skip to content

godhiraj-code/smart-automation-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Smart Automation Utils

A Python package designed to help automation developers and testers working with Selenium and Appium.

Features

  • SmartDriver: A wrapper around Selenium WebDriver that handles automatic waits and common interactions intelligently.
  • Element Highlighting: Visual debugging tool to highlight elements during test execution.
  • Smart Waits: Decorators and context managers for handling dynamic content.

Installation

pip install smart-automation-utils

Usage

from smart_automation.driver import SmartDriver

driver = SmartDriver("chrome")
driver.get("https://example.com")
driver.find_element_by_id("submit").click()

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages