public class EBrowser
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Result |
back()Do back browser |
|
public Result |
delay(int second) |
|
public Result |
deleteCookies()Clear all browser cookies |
|
public Result |
forward()Do forward browser |
|
protected void |
handleTimeoutLoading() |
|
protected boolean |
isCertificatedBlock()Check is application is blocked by SSL |
|
public Result |
navigateToCertificatedPage() |
|
public Result |
navigateToURL(String url)Navigate to an url |
|
public Result |
refresh()Refresh browser |
|
public Result |
waitForPageLoaded(int timeOut)Wait for page loading. |
Do back browser
Clear all browser cookies
Do forward browser
Check is application is blocked by SSL @return: bool
Refresh browser
Wait for page loading. Do stop browser if page is still loading after timeOut @param: int pageLoadingTimeOut @return: bool