Uses of Interface
com.thoughtworks.selenium.CommandProcessor
-
Packages that use CommandProcessor Package Description com.thoughtworks.selenium com.thoughtworks.selenium.webdriven -
-
Uses of CommandProcessor in com.thoughtworks.selenium
Classes in com.thoughtworks.selenium that implement CommandProcessor Modifier and Type Class Description class
HttpCommandProcessor
Deprecated.The RC interface will be removed in Selenium 3.0.Fields in com.thoughtworks.selenium declared as CommandProcessor Modifier and Type Field Description protected CommandProcessor
DefaultSelenium. commandProcessor
Deprecated.Constructors in com.thoughtworks.selenium with parameters of type CommandProcessor Constructor Description DefaultSelenium(CommandProcessor processor)
Deprecated.Uses an arbitrary CommandProcessor -
Uses of CommandProcessor in com.thoughtworks.selenium.webdriven
Classes in com.thoughtworks.selenium.webdriven that implement CommandProcessor Modifier and Type Class Description class
WebDriverCommandProcessor
A CommandProcessor which delegates commands down to an underlying webdriver instance.
-