Nightwatch.js - add page objects (#21743)

This commit is contained in:
Alec Merdler
2018-01-07 00:25:51 -08:00
committed by Mohamed Hegazy
parent 3aa8a1a1cc
commit 2f413cea55

View File

@@ -4,8 +4,10 @@
// Connor Schlesiger <https://github.com/schlesiger>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export interface NightwatchCustomPageObjects {
page: {};
/* tslint:disable:max-line-length */
export interface NightWatchCustomPageObjects {
page: {[name: string]: () => NightWatchBrowser};
}
export interface NightwatchDesiredCapabilities {