|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CommandExecutor | |
---|---|
org.openqa.selenium | |
org.openqa.selenium.firefox | |
org.openqa.selenium.firefox.internal | |
org.openqa.selenium.iphone | |
org.openqa.selenium.remote |
Uses of CommandExecutor in org.openqa.selenium |
---|
Classes in org.openqa.selenium that implement CommandExecutor | |
---|---|
class |
SeleneseCommandExecutor
|
Uses of CommandExecutor in org.openqa.selenium.firefox |
---|
Subinterfaces of CommandExecutor in org.openqa.selenium.firefox | |
---|---|
interface |
ExtensionConnection
Represents a connection with the FirefoxDriver browser extension. |
Uses of CommandExecutor in org.openqa.selenium.firefox.internal |
---|
Classes in org.openqa.selenium.firefox.internal that implement CommandExecutor | |
---|---|
class |
NewProfileExtensionConnection
|
Uses of CommandExecutor in org.openqa.selenium.iphone |
---|
Classes in org.openqa.selenium.iphone that implement CommandExecutor | |
---|---|
class |
IPhoneSimulatorCommandExecutor
A CommandExecutor that communicates with an iPhone Simulator
running on localhost in a subprocess. |
Constructors in org.openqa.selenium.iphone with parameters of type CommandExecutor | |
---|---|
IPhoneDriver(CommandExecutor executor)
Create an IPhoneDriver that will use the given executor to
communicate with the iWebDriver app. |
Uses of CommandExecutor in org.openqa.selenium.remote |
---|
Classes in org.openqa.selenium.remote that implement CommandExecutor | |
---|---|
class |
HttpCommandExecutor
|
Methods in org.openqa.selenium.remote that return CommandExecutor | |
---|---|
CommandExecutor |
RemoteWebDriver.getCommandExecutor()
|
Methods in org.openqa.selenium.remote with parameters of type CommandExecutor | |
---|---|
protected void |
RemoteWebDriver.setCommandExecutor(CommandExecutor executor)
|
Constructors in org.openqa.selenium.remote with parameters of type CommandExecutor | |
---|---|
RemoteWebDriver(CommandExecutor executor,
Capabilities desiredCapabilities)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |