The IWebDriver type exposes the following members.
Back to Top
Properties
Name | Description | |
---|---|---|
![]() | CurrentWindowHandle |
Gets the current window handle, which is an opaque handle to this
window that uniquely identifies it within this driver instance.
|
![]() | PageSource |
Gets the source of the page last loaded by the browser.
|
![]() | Title |
Gets the title of the current browser window.
|
![]() | Url |
Gets or sets the URL the browser is currently displaying.
|
![]() | WindowHandles |
Gets the window handles of open browser windows.
|
See Also