This is a migrated thread and some comments may be shown as answers.

Run to completion script.

1 Answer 616 Views
Fiddler Classic
This is a migrated thread and some comments may be shown as answers.
herson
Top achievements
Rank 2
Veteran
herson asked on 26 Jan 2021, 03:57 AM
Hello. Please how can I use script to click on button run to completion ? I need do this: after breakpoint edit response after some seconds run to completion automatic. Thanks for help.

1 Answer, 1 is accepted

Sort by
0
Accepted
Nick Iliev
Telerik team
answered on 26 Jan 2021, 11:06 AM

Hello Herson,

 

You could use FiddlerScript to pause sessions before request is issued or before response is received while using the breakpoint session flags. See more about the breakpoints via FiddlerScript in this blog post

Then you could resume the execution via the ThreadResume() method.

 

Regards,
Nick Iliev
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.

Tags
Fiddler Classic
Asked by
herson
Top achievements
Rank 2
Veteran
Answers by
Nick Iliev
Telerik team
Share this question
or