AXCell
axuielement
.cp.ui.Cell.matches(element) -> boolean
element
is an AXCell
.cp.ui.Cell.childrenUI <cp.prop: table of axuielement; read-only>
axuielement
s which are children of this Cell
.cp.ui.Cell.columnIndexRange <cp.prop: table; read-only>
{len,loc}
, which indicates if the cell covers multiple columns.cp.ui.Cell.rowIndexRange <cp.prop: table; read-only>
{len,loc}
, which indicates if the cell covers multiple rows.cp.ui.Cell.selected <cp.prop: table>
cp.ui.Cell.value <cp.prop: string>
cp.ui.Cell.textValueIs(value) -> boolean
value
.value
- The text value to compare.true
if the cell text value equals the provided value
.