public SeleniumExample(Browser browser, string operatingSystem) { _webDriverAdapter = new WebDriverAdapter(Session.Remote, browser, operatingSystem); }
public WebElementAdapter(SyncWebElement syncWebElement, IWebDriverAdapter driver) { this.syncWebElement = syncWebElement; this.driver = driver; }
public TargetLocatorAdapter(SyncRemoteTargetLocator syncRemoteTargetLocator, IWebDriverAdapter webDriver) { this.syncRemoteTargetLocator = syncRemoteTargetLocator; this.webDriver = webDriver; }