Esempio n. 1
0
 public static void Execute(this IWebDriver driver, JavaScript script)
 {
     script.Execute((IJavaScriptExecutor)driver);
 }