Waits for a connection to be established with the server by the Safari browser extension.
Namespace: OpenQA.Selenium.SafariAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public SafariDriverConnection WaitForConnection( TimeSpan timeout )
Parameters
- timeout
- Type:
System TimeSpan
ATimeSpan containing the amount of time to wait for the connection.
Return Value
A SafariDriverConnection representing the connection to the browser.See Also