- attribute
string attribute(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
- clear
inout(Element) clear()
Undocumented in source. Be warned that the author may not have intended to support it.
- click
inout(Element) click()
Undocumented in source. Be warned that the author may not have intended to support it.
- elementCssPropertyName
string elementCssPropertyName(string name)
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.
- opEquals
bool opEquals(Element other)
Undocumented in source. Be warned that the author may not have intended to support it.
- opEquals
bool opEquals(Element other)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendKeys
inout(Element) sendKeys(string[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
- sendKeys
inout(Element) sendKeys(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- submit
inout(Element) submit()
Undocumented in source. Be warned that the author may not have intended to support it.
- isDisplayed
bool isDisplayed [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- isEnabled
bool isEnabled [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- isSelected
bool isSelected [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- position
Position position [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- positionInView
Position positionInView [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- seleniumId
string seleniumId [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- size
Size size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- text
string text [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.