mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 03:02:04 +08:00
Merge pull request #19898 from robertorobles/patch-1
Change hostname to host
This commit is contained in:
2
types/webdriverio/index.d.ts
vendored
2
types/webdriverio/index.d.ts
vendored
@@ -406,7 +406,7 @@ declare namespace WebdriverIO {
|
||||
desiredCapabilities?: DesiredCapabilities;
|
||||
exclude?: string[];
|
||||
framework?: string;
|
||||
hostname?: string;
|
||||
host?: string;
|
||||
isWDIO?: boolean;
|
||||
protocol?: string;
|
||||
port?: number;
|
||||
|
||||
Reference in New Issue
Block a user