Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a wait_for option to browser jobs #810

Merged
merged 1 commit into from Apr 24, 2024
Merged

Add a wait_for option to browser jobs #810

merged 1 commit into from Apr 24, 2024

Conversation

Jamstah
Copy link
Contributor

@Jamstah Jamstah commented Mar 22, 2024

This waits for the default timeout of 30 seconds for the selector to be satisfied. The selector is based on
https://playwright.dev/python/docs/locators#locate-by-css-or-xpath.

Closes #763

This waits for the default timeout of 30 seconds for the selector to be
satisfied. The selector is based on
https://playwright.dev/python/docs/locators#locate-by-css-or-xpath.

Signed-off-by: James Hewitt <james.hewitt@uk.ibm.com>
Copy link
Owner

@thp thp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@thp thp merged commit 47c670f into thp:master Apr 24, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wait for selector?
2 participants