Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Sep 13, 2024
1 parent 2c4d93a commit 8a06920
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/core/engine/command/wait.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export class Wait {
* @returns {Promise<void>} A promise that resolves when the element is found or the time times out.
* @throws {Error} Throws an error if the element is not found within the specified time.
*/
byIdAndVisible(id: string, maxTime: number): Promise<void>;
byIdAndVisible(id: string, maxTime?: number): Promise<void>;
/**
* Waits for an element located by XPath to appear within a maximum time.
*
Expand Down
2 changes: 1 addition & 1 deletion types/core/engine/command/wait.d.ts.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8a06920

Please sign in to comment.