Manage Class
Manage object
Inheritance Hierarchy
SystemObject
  SeleniumManage

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

The Manage type exposes the following members.

Methods
  NameDescription
Public methodAddCookie
Adds a cookie to the current page.
Public methodDeleteAllCookies
Deletes all cookies from the page.
Public methodDeleteCookieByName
Deletes the cookie with the specified name from the page.
Public methodFindCookieByName
Gets a cookie with the specified name.
Public methodLocation
Get the current geo location.
Public methodSetLocation
Set the current geo location.
Top
Properties
  NameDescription
Public propertyCapabilities
Public propertyCookies
Collection of cookies for the current page
Public propertyLogs
Public propertyStorageLocal
Public propertyStorageSession
Public propertyTimeouts
Top
See Also