cp.ui.Sheet.matches(element) -> boolean
axuielementObject
to check.true
if matches otherwise false
cp.ui.Sheet(parent, uiFinder) -> Sheet
Sheet
instance.cp.prop
or a function
.Browser
object.cp.ui.Sheet.title <cp.prop: string>
cp.ui.Sheet:containsText(value[, plain]) -> boolean
true
, the text will be compared exactly, otherwise it will be considered to be a pattern. Defaults to false
.true
if an element's AXValue
matches the text pattern exactly.cp.ui.Sheet:doPress(buttonFromLeft) -> cp.rx.go.Statement <boolean>
cp.ui.Sheet:hide() -> none
cp.ui.Sheet:pressCancel() -> self, boolean
Sheet
object.true
if successful, otherwise false
.cp.ui.Sheet:pressDefault() -> self, boolean
Sheet
object.true
if successful, otherwise false
.