Hi, as written in topic name, i would like to know if there’s any way to intercept a triggered GET call, given an event happening. In particular in my page under test, i want to record a call triggered by a scroll event, and be able to verify some parameters in the url generated by the call (there’s no response related to this call, i want to verify the call itself.)
Thanks in advance
Alberto