|
||||||||||
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(String windowName,
String localFrameAddress)
|
static FrameAddress |
FrameGroupCommandQueueSet.makeFrameAddress(String seleniumWindowName,
String localFrameAddress)
|
Methods in org.openqa.selenium.server with parameters of type FrameAddress | |
---|---|
RemoteCommand |
FrameGroupCommandQueueSet.handleCommandResult(String commandResult,
FrameAddress incomingFrameAddress,
String uniqueId,
boolean justLoaded,
List<?> jsWindowNameVars)
Accepts a command reply, and retrieves the next command to run. |
void |
CommandQueue.setFrameAddress(FrameAddress frameAddress)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |