SeleniumSession

Undocumented in source.

Constructors

this
this(string serverUrl, Capabilities desiredCapabilities, Capabilities requiredCapabilities, Capabilities session)
Undocumented in source.

Members

Functions

close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
findMany
immutable(Element)[] findMany(ElementLocator locator)
Undocumented in source. Be warned that the author may not have intended to support it.
findOne
immutable(Element) findOne(ElementLocator locator)
Undocumented in source. Be warned that the author may not have intended to support it.
frame
auto frame(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
frame
auto frame(WebElement element)
Undocumented in source. Be warned that the author may not have intended to support it.
frame
auto frame(long id)
Undocumented in source. Be warned that the author may not have intended to support it.
frameParent
auto frameParent()
Undocumented in source. Be warned that the author may not have intended to support it.
getActiveElement
immutable(Element) getActiveElement()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

cookie
immutable(SeleniumCookie) cookie [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
currentWindow
immutable(SeleniumWindow) currentWindow [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
navigation
immutable(SeleniumNavigation) navigation [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
windowHandles
auto windowHandles [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

api
SeleniumApi api;
Undocumented in source.

Meta