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