Cinnamon Documentation

Assert
BaseExplicitWaitTest
BaseTest
Capabilities
Context
Cookie
CookieManager
CSSLocator
ElementLocator
ExpectedCondition
ExpectedConditions
OrgUnderTest
PageObject
RemoteAlert
RemoteMouse
RemoteTouch
RemoteWebDriver
RemoteWebDriverServiceProvider
SelectOptionAdapter
StandardLayoutLocator
TableWebElement
TestUtil
VisualforceByHtmlTagLocator
VisualforceChildLocator
VisualforceLocator
Wait
WebElement
WindowSize

Cookie

global with sharing class Cookie
Description Represents a browser cookie. For more information about the fields for this class, visit this page.

   Properties

domain
global String domain
expiry
global Datetime expiry
httpOnly
global boolean httpOnly
maxAge
global Datetime maxAge
name
global String name
path
global String path
secure
global boolean secure
value
global String value