-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Allow to select dom element by their text
Like this : ```javascript await this.waitForElementInWorker('span', {includesText: 'My infos'}) await this.isElementInWorker('span', {includesText: 'My infos'}) await this.runInWorker('click', 'span', {includesText: 'My infos'}) ``` I did no add this feature to clickAndWait at the moment since the api is not well adapted to it.
- Loading branch information
1 parent
e06fe56
commit 21ce089
Showing
1 changed file
with
60 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters