Property | Type | Description | |
---|---|---|---|
BrowserNavigation | Aquality.Selenium.Core.Localization | ||
InfoLocNavigate | void |
Method | Description | |
---|---|---|
Back ( ) : void |
Navigates back.
|
|
Forward ( ) : void |
Navigates forward.
|
|
GoToUrl ( Uri url ) : void |
Navigates to desired url.
|
|
GoToUrl ( string url ) : void |
Navigates to desired url.
|
|
Refresh ( ) : void |
Refreshes current page.
|
Method | Description | |
---|---|---|
BrowserNavigation ( RemoteWebDriver driver ) : Aquality.Selenium.Core.Localization | ||
InfoLocNavigate ( string url ) : void |
public GoToUrl ( Uri url ) : void | ||
url | Uri | Uri representation of URL. |
return | void |
public GoToUrl ( string url ) : void | ||
url | string | String representation of URL. |
return | void |