-
Notifications
You must be signed in to change notification settings - Fork 358
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
Wait doesn't work anymore with chrome #616
Comments
We are also seeing the same behaviour (wait not working, settle not working) with Chrome and wraith 4.2.4. |
Same here, we are also seeing this issue in 4.2.4 when using Chrome. |
What do you guys see when you run That's usually the issue for it going out of sync. I think it'd be a rad feature to have |
I have this exact same issue: Chromedriver: 81.0.4044.69 (6813546031a4bc83f717a2ef7cd4ac6ec1199132-refs/branch-heads/4044@{#776}) Setting threads: 1 seems to fix the issue. |
Since the 4.2.4 version, it seems that it is no longer possible to wait. Neither with wait--chrome file nor with the new settle parameter (see my comment: #578 (comment)).
To tested this, i created a simple html file with a JS counter:
I used a wait of 10 seconds.
With wraith 4.2.3 :
With wraith 4.2.4 :
You can found my wraith settings below :
I have validated my config file against YAML Validator to make sure it is valid YAML.
I have run the
wraith info
command and pasted the output below:I have run the command in verbose mode (by adding
verbose: true
to my config) and pasted the output below:Wait file :
The text was updated successfully, but these errors were encountered: