Uses of Class
org.openqa.selenium.server.FrameAddress

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)
           
 



Copyright © 2012. All Rights Reserved.