コード例 #1
0
 public virtual IWebDriver GetRemoteWebDriver(DriverOptions options,
                                              Uri gridUrl,
                                              WindowSize windowSize = WindowSize.Hd)
 {
     return(StaticWebDriverFactory.GetRemoteWebDriver(options, gridUrl, windowSize));
 }
コード例 #2
0
 public virtual IWebDriver GetLocalWebDriver(InternetExplorerOptions options, WindowSize windowSize = WindowSize.Hd)
 {
     return(StaticWebDriverFactory.GetLocalWebDriver(options, windowSize));
 }
コード例 #3
0
 public virtual IWebDriver GetLocalWebDriver(SafariOptions options, WindowSize windowSize = WindowSize.Hd)
 {
     return(StaticWebDriverFactory.GetLocalWebDriver(options, windowSize));
 }
コード例 #4
0
 public virtual IWebDriver SetWindowSize(IWebDriver driver, WindowSize windowSize)
 {
     return(StaticWebDriverFactory.SetWindowSize(driver, windowSize));
 }