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

waitFor doesnt work for execAndWait command #3030

Open
gsai0205 opened this issue Dec 18, 2023 · 0 comments
Open

waitFor doesnt work for execAndWait command #3030

gsai0205 opened this issue Dec 18, 2023 · 0 comments
Labels
Type: Bug An issue or pull request relating to a bug in WebPageTest

Comments

@gsai0205
Copy link

waitFor works fine for navigate but not for execAndWait

Issue:
waitFor document.querySelector("xyz")
waitInterval 0.005
execAndWait document.querySelector("abc").click()

Below logic for navigate works fine
waitFor document.querySelector("xyz")
waitInterval 0.005
navigate www.//blahblah.com

Expected result

Expecting waitFor support for execAndWait too

@gsai0205 gsai0205 added the Type: Bug An issue or pull request relating to a bug in WebPageTest label Dec 18, 2023
@gsai0205 gsai0205 changed the title waitFor doesnt work for execAndWait waitFor doesnt work for execAndWait command Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug An issue or pull request relating to a bug in WebPageTest
Projects
None yet
Development

No branches or pull requests

1 participant