Package | Description |
---|---|
com.applitools.eyes.selenium.frames |
Modifier and Type | Method and Description |
---|---|
Frame |
FrameChain.getAt(int index) |
Frame |
FrameChain.peek()
Peek frame.
|
Frame |
FrameChain.pop()
Removes the last inserted frame element.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Frame> |
FrameChain.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
FrameChain.push(Frame frame)
Appends a frame to the frame chain.
|
Copyright © 2021. All rights reserved.