UNPKG

npm-page-object-typescript-demo

Version:

10 lines (9 loc) 246 B
/** * 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; }