|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface WebDriver.Navigation
Method Summary | |
---|---|
void |
back()
Move back a single "item" in the browser's history. |
void |
forward()
Move a single "item" forward in the browser's history. |
void |
refresh()
Refresh the current page |
void |
to(String url)
Load a new web page in the current browser window. |
void |
to(URL url)
Overloaded version of to(String) that makes it easy to pass in a URL. |
Method Detail |
---|
void back()
void forward()
void to(String url)
url
- The URL to load. It is best to use a fully qualified URLvoid to(URL url)
to(String)
that makes it easy to pass in a URL.
url
- void refresh()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |