mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Nightwatch.js - add page objects (#21743)
This commit is contained in:
committed by
Mohamed Hegazy
parent
3aa8a1a1cc
commit
2f413cea55
6
types/nightwatch/index.d.ts
vendored
6
types/nightwatch/index.d.ts
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user