abagabagon / verifico

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

Web Automation: Selenium WebDriver #150

Open abagabagon opened 2 years ago

abagabagon commented 2 years ago

Description

Create a class that has setters and getters of Selenium WebDrivers. Supported Web Browsers must have methods having default recommended browser options and another providing users the option to specify those browser options themselves.

The following must be the supported Web Browsers:

As specified above, there should be checks made on the Operating System where the automation is being run to verify that Web Browser selected is supported.

Note: Utilize WebDriver Manager for the implementation.

Dependencies

abagabagon commented 2 years ago

Implementation done. Setting status to READY TO TEST.

abagabagon commented 2 years ago

Testing done and passed. Setting status to DONE.