UNPKG
npm-page-object-typescript-demo
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
npm-page-object-typescript-demo
/
dist
/
uimap
/
uimap.d.ts
10 lines
(9 loc)
•
246 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * Houses the string element selectors for the given page */
export
default
class
UIMap
{
readonly
countrySelectBox:
string
;
readonly
stateSelectBox:
string
;
readonly
searchButton:
string
;
readonly
funeralHomeList:
string
; }