Skip to content

Commit

Permalink
fixx ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Hoopmann committed Sep 6, 2023
1 parent 0f78884 commit 1315500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ $page->waitUntilContainsElement('div[data-name=\"el\"]');

If a string is passed to `Page::waitUntilContainsElement`,
an instance of CSSSelector is created by default in called internal `Page::waitForElement`.
To use other selectors, you can pass an instance of the required Selector instead of a string.
To use other selectors, you can pass an instance of the required `Selector` instead of a string.

Wait for element by XPath selector:

Expand Down

0 comments on commit 1315500

Please sign in to comment.