mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Add webdriver.WabDriver#setFileDetector
This commit is contained in:
+9
@@ -3775,6 +3775,15 @@ declare module webdriver {
|
||||
*/
|
||||
schedule<T>(command: Command, description: string): webdriver.promise.Promise<T>;
|
||||
|
||||
|
||||
/**
|
||||
* Sets the {@linkplain webdriver.FileDetector file detector} that should be
|
||||
* used with this instance.
|
||||
* @param {webdriver.FileDetector} detector The detector to use or {@code null}.
|
||||
*/
|
||||
setFileDetector(detector: FileDetector): void;
|
||||
|
||||
|
||||
/**
|
||||
* @return {!webdriver.promise.Promise} A promise for this client's session.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user