Exporting Visual Studio Web Test

91 views
Skip to first unread message

Hossam El Bery

unread,
Nov 4, 2013, 7:07:08 AM11/4/13
to httpf...@googlegroups.com
Is there anyway to disable the select plugins form from appearing when export session as Web Test from javascript Rules ? 

var oExportOptions = FiddlerObject.createDictionary();
oExportOptions.Add("Filename", "C:\\Fiddler\\Session"+oSessions[x].id.ToString()+".webtest");
FiddlerApplication.DoExport("Visual Studio WebTest", oSessions2, oExportOptions, null);

EricLaw

unread,
Nov 4, 2013, 1:07:19 PM11/4/13
to httpf...@googlegroups.com
Not today. In the next build:

oExportOptions.Add("PluginPrompt", "false");

Hossam El Bery

unread,
Nov 6, 2013, 4:29:17 AM11/6/13
to httpf...@googlegroups.com
Thanks Eric for the reply , Can i ask when it will be available?
Reply all
Reply to author
Forward
0 new messages