Constructor and Description |
---|
Frame(WebClient clientValue,
String locatorValue)
.
|
Modifier and Type | Method and Description |
---|---|
boolean |
exists()
.
|
WebClient |
getClient() |
Point |
getLocation()
.
|
String |
getLocator()
.
|
Dimension |
getSize()
.
|
String |
getURL()
.
|
String |
innerHtml()
.
|
void |
setClient(WebClient clientValue) |
void |
setLocator(String locatorValue) |
void |
switchTo(Frame frame)
.
|
public final WebClient getClient()
public final void setClient(WebClient clientValue)
clientValue
- the client to setpublic final void setLocator(String locatorValue)
locatorValue
- the locator to setpublic final boolean exists()
public final Point getLocation() throws RemoteException
RemoteException
- .public final String getLocator()
public final Dimension getSize() throws RemoteException
RemoteException
- .public final String getURL() throws RemoteException
RemoteException
- .public final String innerHtml() throws RemoteException
RemoteException
- .public final void switchTo(Frame frame) throws RemoteException
frame
- .RemoteException
- .Copyright © 2013. All rights reserved.