public virtual IWebDriver GetRemoteWebDriver(DriverOptions options, Uri gridUrl, WindowSize windowSize = WindowSize.Hd) { return(StaticWebDriverFactory.GetRemoteWebDriver(options, gridUrl, windowSize)); }
public virtual IWebDriver GetLocalWebDriver(InternetExplorerOptions options, WindowSize windowSize = WindowSize.Hd) { return(StaticWebDriverFactory.GetLocalWebDriver(options, windowSize)); }
public virtual IWebDriver GetLocalWebDriver(SafariOptions options, WindowSize windowSize = WindowSize.Hd) { return(StaticWebDriverFactory.GetLocalWebDriver(options, windowSize)); }
public virtual IWebDriver SetWindowSize(IWebDriver driver, WindowSize windowSize) { return(StaticWebDriverFactory.SetWindowSize(driver, windowSize)); }