resurrectio icon indicating copy to clipboard operation
resurrectio copied to clipboard

Record with timestamp

Open mizchi opened this issue 10 years ago • 2 comments

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.

mizchi avatar May 08 '14 05:05 mizchi

~~you can add waitForSelector or other CasperJS wait methods manually~~

Edit: see below

timelf123 avatar May 08 '14 18:05 timelf123

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.

ebrehault avatar May 09 '14 07:05 ebrehault