abagabagon / verifico

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

Web Automation: Get Commands #156

Open abagabagon opened 2 years ago

abagabagon commented 2 years ago

Description

Create a class that would include Methods relating to Get Commands for Web Automation. The following methods must be implemented:

Note that there should be methods as well that enables user to perform Get Commands on Elements under a Parent Web Element.

Corresponding waits must be applied as well for the methods to ensure success of the executed method.

Corresponding Exceptions must be handled as well. Which could include the following:

Dependencies

abagabagon commented 2 years ago

Implementation done. Setting status to READY TO TEST.