Uses of Class
FlaNium.WinAPI.elements.GridCell
-
Packages that use GridCell Package Description FlaNium.WinAPI FlaNium.WinAPI.elements -
-
Uses of GridCell in FlaNium.WinAPI
Methods in FlaNium.WinAPI that return GridCell Modifier and Type Method Description GridCellWebElementCast. toGridCell() -
Uses of GridCell in FlaNium.WinAPI.elements
Methods in FlaNium.WinAPI.elements that return GridCell Modifier and Type Method Description GridCellGridRow. findCellByText(String textToFind)Find a cell by a given text.Methods in FlaNium.WinAPI.elements that return types with arguments of type GridCell Modifier and Type Method Description List<GridCell>GridRow. cells()Gets all the cells from the row.
-