Uses of Interface
org.openqa.selenium.internal.WrapsDriver

Packages that use WrapsDriver
org.openqa.selenium   
org.openqa.selenium.firefox   
org.openqa.selenium.htmlunit   
org.openqa.selenium.ie   
org.openqa.selenium.remote   
org.openqa.selenium.support.events   
 

Uses of WrapsDriver in org.openqa.selenium
 

Classes in org.openqa.selenium that implement WrapsDriver
 class WebDriverBackedSelenium
           
 class WebDriverCommandProcessor
          A CommandProcessor which delegates commands down to an underlying webdriver instance.
 

Uses of WrapsDriver in org.openqa.selenium.firefox
 

Classes in org.openqa.selenium.firefox that implement WrapsDriver
 class FirefoxWebElement
           
 

Uses of WrapsDriver in org.openqa.selenium.htmlunit
 

Classes in org.openqa.selenium.htmlunit that implement WrapsDriver
 class HtmlUnitWebElement
           
 

Uses of WrapsDriver in org.openqa.selenium.ie
 

Classes in org.openqa.selenium.ie that implement WrapsDriver
 class InternetExplorerElement
           
 

Uses of WrapsDriver in org.openqa.selenium.remote
 

Classes in org.openqa.selenium.remote that implement WrapsDriver
 class RemoteWebElement
           
 

Uses of WrapsDriver in org.openqa.selenium.support.events
 

Classes in org.openqa.selenium.support.events that implement WrapsDriver
 class EventFiringWebDriver
          A wrapper around an arbitrary WebDriver instance which supports registering of a WebDriverEventListener, e.g. for logging purposes.
 



Copyright © 2011. All Rights Reserved.