Skip to content

QAvinod/Python-UI-Automation

Repository files navigation

Python-UI-Automation

  1. Implicitly wait - Works for WEB ELEMENTS. and it is common wait function for whole web elements in ur file. and not support to .title/.click/.sendkeys ...etc.
  2. Explicitly wait - As webdriver wait. It has 19 ways to wait and check ur web element are visible/presence/clickable...etc. Ex:- WebDriverWait(driver, 10).

About

Python-UI-Automation Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages