You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
@keegoo this is probably due to fade in animations. I get it on a lot of sites that have this behaviour. sleep() can work, but maybe using the .waitForSelector() with the "visible" flag can also work, i.e.
Hi Team, nice examples!
basics/hover.js example
For me I have to add a
sleep()
function to make sureawait page.screenshot({ path: 'hover.png' })
can capture the hover effect.Is it only me have this issue? Is there anyway I can get rid of
sleep()
?Thanks!
[without sleep]
[with sleep]
The text was updated successfully, but these errors were encountered: