Package | Description |
---|---|
org.safs.selenium.webdriver.lib |
Modifier and Type | Field and Description |
---|---|
protected static SearchObject.FrameElement |
SearchObject.lastFrame
The frame object where the current GUI-component locate.
|
(package private) SearchObject.FrameElement |
SearchObject.FrameElement.parentFrame |
Modifier and Type | Method and Description |
---|---|
static SearchObject.FrameElement |
SearchObject.getLastFrame()
The frame object where the current GUI-component locate.
|
SearchObject.FrameElement |
SearchObject.FrameElement.getParentFrame() |
Modifier and Type | Method and Description |
---|---|
static void |
SearchObject.setLastFrame(SearchObject.FrameElement lastFrame)
Note: User should be very careful when calling this method,
it will change the whole searching context!!!
Set the frame object where the current GUI-component locate. |
Constructor and Description |
---|
FrameElement(SearchObject.FrameElement parentFrame,
org.openqa.selenium.WebElement frame) |
Copyright © SAS Institute. All Rights Reserved.