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);