Namespace OpenQA.Selenium.Html5
Classes
- Location
Represents the physical location of the browser.
Interfaces
- IApplicationCache
Defines an interface allowing the user to access application cache status
- IHasApplicationCache
Interface allowing the user to determine if the driver instance supports application cache.
- IHasLocationContext
Interface allowing the user to determine if the driver instance supports geolocation.
- IHasWebStorage
Interface allowing the user to determine if the driver instance supports web storage.
- ILocalStorage
Represents the local storage for the site currently opened in the browser. Each site has its own separate storage area.
- ILocationContext
Interface for location context
- ISessionStorage
Represents the session storage for the site currently opened in the browser. Each site has its own separate storage area.
- IWebStorage
Represents both local and session storage for the site currently opened in the browser.
Enums
- AppCacheStatus
Represents the application cache status.