mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
feat(webdriverio): update typings to v4.8, deprecate buttonUp
This commit is contained in:
parent
e87d71f90c
commit
90ecce179c
5
types/webdriverio/index.d.ts
vendored
5
types/webdriverio/index.d.ts
vendored
@ -1,4 +1,4 @@
|
||||
// Type definitions for WebdriverIO 4.7
|
||||
// Type definitions for WebdriverIO 4.8
|
||||
// Project: http://www.webdriver.io/
|
||||
// Definitions by: Nick Malaguti <https://github.com/nmalaguti>
|
||||
// Tim Brust <https://github.com/timbru31>
|
||||
@ -1022,7 +1022,10 @@ declare namespace WebdriverIO {
|
||||
/** @deprecated in favour of Actions.pointerDown */
|
||||
buttonPress<P>(button?: string | Button): Client<P>;
|
||||
|
||||
/** @deprecated in favour of Actions.pointerUp */
|
||||
buttonUp(button?: string | Button): Client<RawResult<null>> & RawResult<null>;
|
||||
|
||||
/** @deprecated in favour of Actions.pointerUp */
|
||||
buttonUp<P>(button?: string | Button): Client<P>;
|
||||
|
||||
cookie(): Client<RawResult<Cookie[]>> & RawResult<Cookie[]>;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user