selenium-d ~master (2018-02-11T16:22:15Z)
Dub
Repo
Capabilities
selenium
api
Undocumented in source.
struct
Capabilities {
@
optional
Browser
browserName
;
@
optional
string
browserVersion
;
@
optional
Platform
platform
;
@
optional
bool
takesScreenshot
;
@
optional
bool
handlesAlerts
;
@
optional
bool
cssSelectorsEnabled
;
@
optional
bool
javascriptEnabled
;
@
optional
bool
databaseEnabled
;
@
optional
bool
locationContextEnabled
;
@
optional
bool
applicationCacheEnabled
;
@
optional
bool
browserConnectionEnabled
;
@
optional
bool
webStorageEnabled
;
@
optional
bool
acceptSslCerts
;
@
optional
bool
rotatable
;
@
optional
bool
nativeEvents
;
@
optional
AlertBehaviour
unexpectedAlertBehaviour
;
@
optional
int
elementScrollBehavior
;
@
optional
@
name
("webdriver.remote.sessionid")
string
webdriver_remote_sessionid
;
@
optional
@
name
("webdriver.remote.quietExceptions")
bool
webdriver_remote_quietExceptions
;
static
Capabilities
chrome
();
}
Members
Static functions
chrome
Capabilities
chrome
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
acceptSslCerts
bool
acceptSslCerts
;
Undocumented in source.
applicationCacheEnabled
bool
applicationCacheEnabled
;
Undocumented in source.
browserConnectionEnabled
bool
browserConnectionEnabled
;
Undocumented in source.
browserName
Browser
browserName
;
Undocumented in source.
browserVersion
string
browserVersion
;
Undocumented in source.
cssSelectorsEnabled
bool
cssSelectorsEnabled
;
Undocumented in source.
databaseEnabled
bool
databaseEnabled
;
Undocumented in source.
elementScrollBehavior
int
elementScrollBehavior
;
Undocumented in source.
handlesAlerts
bool
handlesAlerts
;
Undocumented in source.
javascriptEnabled
bool
javascriptEnabled
;
Undocumented in source.
locationContextEnabled
bool
locationContextEnabled
;
Undocumented in source.
nativeEvents
bool
nativeEvents
;
Undocumented in source.
platform
Platform
platform
;
Undocumented in source.
rotatable
bool
rotatable
;
Undocumented in source.
takesScreenshot
bool
takesScreenshot
;
Undocumented in source.
unexpectedAlertBehaviour
AlertBehaviour
unexpectedAlertBehaviour
;
Undocumented in source.
webStorageEnabled
bool
webStorageEnabled
;
Undocumented in source.
webdriver_remote_quietExceptions
bool
webdriver_remote_quietExceptions
;
Undocumented in source.
webdriver_remote_sessionid
string
webdriver_remote_sessionid
;
Undocumented in source.
Meta
Source
See Implementation
selenium
api
aliases
Nint
classes
SeleniumApi
SeleniumApiConnection
SeleniumApiConnector
SeleniumException
enums
AlertBehaviour
Browser
CacheStatus
LocatorStrategy
LogLevel
LogType
MouseButton
Orientation
Platform
TimeoutType
functions
classLocator
cssLocator
idLocator
linkTextLocator
nameLocator
partialLinkTextLocator
tagLocator
xpathLocator
structs
Capabilities
Cookie
ElementLocator
GeoLocation
LogEntry
Position
SessionResponse
Size
WebElement
variables
StatusDescription
a