Interface: WebdriverTestSetup
@mugshot/contracts.WebdriverTestSetup
Help the tests set up the environment.
This is different from Webdriver because these methods are only needed by the tests.
#
Properties#
url• url: (path
: string) => Promise<any>
Navigate to an URL.
#
Type declaration:▸ (path
: string): Promise<any>
#
Parameters:Name | Type |
---|---|
path | string |
Returns: Promise<any>
Defined in: packages/contracts/src/webdriver-spec.ts:19
Defined in: packages/contracts/src/webdriver-spec.ts:19