abagabagon / verifico

Web Test Automation Library
https://abagabagon.github.io/verifico/
Apache License 2.0
1 stars 1 forks source link

Web Automation: Add Implicit and Explicit Waits #161

Open abagabagon opened 2 years ago

abagabagon commented 2 years ago

Add an Implicit and Explicit Waits at Wait Command.

Wait Command Class Constructors must now have implicit and explicit wait duration as parameters. Both waits must be initialized during instantiation of the Wait Command Class.

Setter functions of Implicit and Explicit Waits must be available as well at the Wait Command Class.

abagabagon commented 2 years ago

Implementation done. Setting status to READY TO TEST.