webdriverio-automation
Version:
WebdriverIO-Automation android ios project
10 lines (9 loc) • 403 B
text/typescript
export enum PageView {
LOGINVIEWCONTROLLER = "LoginViewController",
HOMEVIEWCONTROLLER = "HomeViewController",
PRODUCTVIEWCONTROLLER = "ProductViewController",
PRODUCTDETAILSVIEWCONTROLLER = "ProductDetailsViewController",
CARTVIEWCONTROLLER = "CartViewController",
ADDRESSVIEWCONTROLLER = "AddressViewController",
PAYMENTVIEWCONTROLLER = "PaymentViewController",
}