mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
$$ returns an array of clients per documentation
This commit is contained in:
Vendored
+1
-1
@@ -1561,7 +1561,7 @@ declare namespace WebdriverIO {
|
||||
$(selector: string): Client<RawResult<Element>> & RawResult<Element>;
|
||||
$<P>(selector: string): Client<P>;
|
||||
|
||||
$$(selector: string): Client<Array<RawResult<Element>>> & Array<RawResult<Element>>;
|
||||
$$(selector: string): Array<Client<RawResult<Element>>> & Array<RawResult<Element>>;
|
||||
$$<P>(selector: string): Client<P>;
|
||||
|
||||
addCommand(
|
||||
|
||||
Reference in New Issue
Block a user