liflab / cornipickle

Versatile web application testing tool
4 stars 3 forks source link

The events are being processed one state late #27

Closed Faterou closed 7 years ago

Faterou commented 7 years ago

Originally reported by: Francis Guérin (Bitbucket: Faterou, GitHub: Faterou)


When an event is handled, it waits until everything has finished loading before sending the serialization to the parser. The probe then has to possibly serialize the event on an element that was on the last page.

Suggestion: Make a different calls for an event and for a serialization.


Faterou commented 7 years ago

The issue was fixed with the merge of the branch "event_process_update".