MCPcopy
hub / github.com/angular/components / getCells

Method getCells

src/aria/grid/testing/grid-harness.ts:110–112  ·  view source on GitHub ↗

Gets all cells in the row.

(filters: GridCellHarnessFilters = {})

Source from the content-addressed store, hash-verified

108
109 /** Gets all cells in the row. */
110 async getCells(filters: GridCellHarnessFilters = {}): Promise<GridCellHarness[]> {
111 return this.locatorForAll(GridCellHarness.with(filters))();
112 }
113
114 /** Gets the text of the cells in the row. */
115 async getCellTextByIndex(filters: GridCellHarnessFilters = {}): Promise<string[]> {

Callers 1

getCellTextByIndexMethod · 0.95

Calls 2

locatorForAllMethod · 0.80
withMethod · 0.45

Tested by

no test coverage detected