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
All the recorded actions are wrapped in waitForSelector calls, so it should handle async behaviours properly For instance if you click on a link that was not immediately visible because it is revealed after an animation, the corresponding .click will be enclosed in a waitForSelector(".your-link-selector") so Casper will gently wait for the link to be available, and then produces the click.
I tried resurrectio to my app but it doesn't works because my app has many async and time baesd event like animation.
I feel resurrectio has great possibility for testing. If I had enough time, I will implement it for us.
The text was updated successfully, but these errors were encountered: