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