Skip to content

Commit 4af1863

Browse files
ankianangabritto
andauthored
Update types/selenium-webdriver/lib/webdriver.d.ts
Co-authored-by: Gabriela Araujo Britto <[email protected]>
1 parent fc17d3f commit 4af1863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types/selenium-webdriver/lib/webdriver.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ export class WebDriver {
286286
quit(): Promise<void>;
287287

288288
/** @override */
289-
actions(options?: { async?: boolean; bridge?: boolean }): Actions;
289+
actions(options?: { async?: boolean | undefined; bridge?: boolean | undefined }): Actions;
290290

291291
/**
292292
* Executes a snippet of JavaScript in the context of the currently selected

0 commit comments

Comments
 (0)