public class Page extends Frame
| Constructor and Description |
|---|
Page(WebClient client)
.
|
Page(WebClient client,
String locator)
.
|
| Modifier and Type | Method and Description |
|---|---|
void |
back()
.
|
void |
forward()
.
|
void |
home()
.
|
void |
open(String url)
.
|
void |
refresh()
.
|
void |
switchTo(Page page)
.
|
String |
title()
.
|
exists, getClient, getLocation, getLocator, getSize, getURL, innerHtml, setClient, setLocator, switchTopublic Page(WebClient client)
client - .public final void back()
throws RemoteException
RemoteException - .public final void forward()
throws RemoteException
RemoteException - .public void home()
public final void open(String url) throws RemoteException
url - .RemoteException - .public final void refresh()
throws RemoteException
RemoteException - .public final void switchTo(Page page) throws RemoteException
page - .RemoteException - .public final String title() throws RemoteException
RemoteException - .Copyright © 2013. All rights reserved.