selenium-d ~master (2018-02-11T16:22:15Z)
Dub
Repo
SeleniumException
selenium
api
Aggregates all information about a model error status.
class
SeleniumException : Exception {
this
(string msg, string file, ulong line, Throwable next);
this
(Json data, string file, ulong line, Throwable next);
}
Constructors
this
this
(string msg, string file, ulong line, Throwable next)
Create the exception
this
this
(Json data, string file, ulong line, Throwable next)
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
Aggregates all information about a model error status.