|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FrameAddress | |
---|---|
org.openqa.selenium.server |
Uses of FrameAddress in org.openqa.selenium.server |
---|
Methods in org.openqa.selenium.server that return FrameAddress | |
---|---|
FrameAddress |
CommandQueue.getFrameAddress()
|
static FrameAddress |
FrameAddress.make(java.lang.String windowName,
java.lang.String localFrameAddress)
|
static FrameAddress |
FrameGroupCommandQueueSet.makeFrameAddress(java.lang.String seleniumWindowName,
java.lang.String localFrameAddress)
|
Methods in org.openqa.selenium.server with parameters of type FrameAddress | |
---|---|
RemoteCommand |
FrameGroupCommandQueueSet.handleCommandResult(java.lang.String commandResult,
FrameAddress incomingFrameAddress,
java.lang.String uniqueId,
boolean justLoaded,
java.util.List<?> jsWindowNameVars)
Accepts a command reply, and retrieves the next command to run. |
void |
CommandQueue.setFrameAddress(FrameAddress frameAddress)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |