Create a class that would include Methods relating to Value Assertion Commands for Web Automation. The class must implement methods checking the following values:
URL
Partial URL
Title
Partial Title
Attribute
Partial Attribute
Dropdown
Partial Dropdown
Text
Partial Text
Alert Message
Note that there should be methods as well that enables user to perform Value Assertion Commands on Elements under a Parent Web Element (if applicable).
Corresponding waits must be applied as well for the methods to ensure success of the executed method.
Description
Create a class that would include Methods relating to Value Assertion Commands for Web Automation. The class must implement methods checking the following values:
Note that there should be methods as well that enables user to perform Value Assertion Commands on Elements under a Parent Web Element (if applicable).
Corresponding waits must be applied as well for the methods to ensure success of the executed method.
Dependencies