selenium.api

Undocumented in source.

Members

Aliases

Nint
alias Nint = Nullable!int
Undocumented in source.

Classes

SeleniumApi
class SeleniumApi
Undocumented in source.
SeleniumApiConnection
class SeleniumApiConnection
Undocumented in source.
SeleniumApiConnector
class SeleniumApiConnector
Undocumented in source.
SeleniumException
class SeleniumException

Aggregates all information about a model error status.

Enums

AlertBehaviour
enum AlertBehaviour
Undocumented in source.
Browser
enum Browser
Undocumented in source.
CacheStatus
enum CacheStatus
Undocumented in source.
LocatorStrategy
enum LocatorStrategy
Undocumented in source.
LogLevel
enum LogLevel
Undocumented in source.
LogType
enum LogType
Undocumented in source.
MouseButton
enum MouseButton
Undocumented in source.
Orientation
enum Orientation
Undocumented in source.
Platform
enum Platform
Undocumented in source.
TimeoutType
enum TimeoutType
Undocumented in source.

Functions

classLocator
ElementLocator classLocator(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
cssLocator
ElementLocator cssLocator(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
idLocator
ElementLocator idLocator(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
linkTextLocator
ElementLocator linkTextLocator(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
nameLocator
ElementLocator nameLocator(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
partialLinkTextLocator
ElementLocator partialLinkTextLocator(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
tagLocator
ElementLocator tagLocator(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
xpathLocator
ElementLocator xpathLocator(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Capabilities
struct Capabilities
Undocumented in source.
Cookie
struct Cookie
Undocumented in source.
ElementLocator
struct ElementLocator
Undocumented in source.
GeoLocation
struct GeoLocation(T)
Undocumented in source.
LogEntry
struct LogEntry
Undocumented in source.
Position
struct Position
Undocumented in source.
SessionResponse
struct SessionResponse(T)
Undocumented in source.
Size
struct Size
Undocumented in source.
WebElement
struct WebElement
Undocumented in source.

Variables

StatusDescription
enum string[int] StatusDescription;
Undocumented in source.
a
Nint a;
Undocumented in source.

Meta