Package | Description |
---|---|
org.safs | |
org.safs.cukes.ai.selenium | |
org.safs.selenium.webdriver.lib |
Modifier and Type | Field and Description |
---|---|
protected Arbre<T> |
Arbre.parent |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Arbre<T>> |
Arbre.children |
Modifier and Type | Method and Description |
---|---|
Arbre<T> |
Arbre.getParent() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Arbre<T>> |
Arbre.getChildren() |
Modifier and Type | Method and Description |
---|---|
void |
Arbre.addChild(Arbre<T> child) |
void |
Arbre.setParent(Arbre<T> parent) |
Modifier and Type | Field and Description |
---|---|
protected static Arbre<SearchObject.FrameElement> |
AISearchBase.frameTree
the frame tree of the whole html document
|
Modifier and Type | Field and Description |
---|---|
protected static java.util.List<Arbre<SearchObject.FrameElement>> |
AISearchBase.frames
a list of frame nodes, each node contains its parent frames to the root.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.List<Arbre<SearchObject.FrameElement>> |
AISearchBase.initializeFrames(org.openqa.selenium.WebDriver selenium)
This method will
generate the frame-tree and assign it to static field
AISearchBase.frameTree
traverse the AISearchBase.frameTree in pre-order and put each frame node into a static list AISearchBase.frames
|
Modifier and Type | Method and Description |
---|---|
static Arbre<SearchObject.FrameElement> |
SearchObject.getFrameTree(org.openqa.selenium.WebDriver selenium)
Generate a Tree object holding all the frames on the web page.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SearchObject.switchToFrame(Arbre<SearchObject.FrameElement> frameNode,
org.openqa.selenium.WebDriver selenium)
Switch to a certain frame.
|
static void |
SearchObject.traverseFrameTree(Arbre<SearchObject.FrameElement> frameTree,
java.util.List<Arbre<SearchObject.FrameElement>> frames)
Pre-order traverse the tree and add each tree node into a list.
|
Modifier and Type | Method and Description |
---|---|
static void |
SearchObject.traverseFrameTree(Arbre<SearchObject.FrameElement> frameTree,
java.util.List<Arbre<SearchObject.FrameElement>> frames)
Pre-order traverse the tree and add each tree node into a list.
|
Copyright © SAS Institute. All Rights Reserved.