示例#1
0
 public static void SetAutomationBrowser(IAutomationBrowser automationBrowser)
 {
     ScenarioContext.Current.Set(automationBrowser, Constants.AutomationBrowserKey);
 }
示例#2
0
 private static void SetAutomationBrowserToScenarioContext(IAutomationBrowser automationBrowser)
 {
     ScenarioContext.Current.Set(automationBrowser, Constants.AutomationBrowserKey);
 }