Uses of Class
com.github.loyada.jdollarx.singlebrowser.AgGrid
-
Packages that use AgGrid Package Description com.github.loyada.jdollarx.singlebrowser Simplified API for interaction with a single instance of browsercom.github.loyada.jdollarx.singlebrowser.custommatchers Custom Hamcrest matchers for assertions in tests - for a singleton instance of browser -
-
Uses of AgGrid in com.github.loyada.jdollarx.singlebrowser
Methods in com.github.loyada.jdollarx.singlebrowser that return AgGrid Modifier and Type Method Description AgGridAgGrid.AgGridBuilder. build()Create an AgGrid definitionAgGridAgGridHighLevelOperations. buildMinimalGridFromHeader(List<String> headers)AgGridAgGridHighLevelOperations. getMinimalGrid(String columnName)create a minimal grid definition that has the column we are interersted inAgGridAgGridHighLevelOperations. unorderedGrid(List<Map<String,String>> rows)define AgGrid with unordered columnsAgGridAgGridHighLevelOperations. unorderedStrictGrid(List<Map<String,String>> rows)define a "strict" AgGrid with unordered columns. -
Uses of AgGrid in com.github.loyada.jdollarx.singlebrowser.custommatchers
Methods in com.github.loyada.jdollarx.singlebrowser.custommatchers that return types with arguments of type AgGrid Modifier and Type Method Description static org.hamcrest.Matcher<AgGrid>AgGridMatchers. isPresent()Verify that the grid, as defined, is present in the browser.
-