Application Class
Selenium base class to access objects
Inheritance Hierarchy
SystemObject
  SeleniumApplication

Namespace: Selenium
Assembly: Selenium (in Selenium.dll) Version: 2.0.9.0 (2.0.9.0)
Syntax
VB Usage
Dim instance As Application

The Application type exposes the following members.

Constructors
  NameDescription
Public methodApplication
Initializes a new instance of the Application class
Top
Methods
  NameDescription
Public methodChromeDriver
Creates a new instance of ChromeDriver
Public methodDictionary
Creates a new instance of Dictionary
Public methodFirefoxDriver
Creates a new instance of FirefoxDriver
Public methodIEDriver
Creates a new instance of IEDriver
Public methodList
Creates a new instance of List
Public methodOperaDriver
Creates a new instance of OperaDriver
Public methodPdfFile
Creates a new instance of PdfFile
Public methodPhantomJSDriver
Creates a new instance of PhantomJSDriver
Public methodPoint
Creates a new instance of Point
Public methodSize
Creates a new instance of Size
Public methodTable
Creates a new instance of Table
Public methodWebDriver
Creates a new instance of WebDriver
Top
Properties
  NameDescription
Public propertyAssert
Returns the Assert object
Public propertyBy
Returns the By object
Public propertyKeys
Returns the Keys object
Public propertyUtils
Returns the Utils object
Public propertyVerify
Returns the Verify object
Public propertyWaiter
Returns the Waiter object
Top
See Also