UNPKG
webdriverio-automation
Version:
latest (1.0.0)
1.0.0
WebdriverIO-Automation android ios project
webdriverio-automation
/
fixtures
/
ios
/
ButtonTitles.ts
8 lines
(7 loc)
•
155 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
enum
ButtonNames
{ LOGIN =
"Login"
, ADDCART =
"Add To Cart"
, PLUS =
"+"
, CHECKOUT =
"Checkout"
, CONTINUE =
"Continue"
, }