abagabagon / verifico

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

Mobile Web Automation: Appium WebDriver #160

Open abagabagon opened 2 years ago

abagabagon commented 2 years ago

Description

Create a class that has setters and getters of Appium WebDriver. 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.

Dependencies

abagabagon commented 2 years ago

Implementation done. Setting status to READY TO TEST.