I am using selenium java and have to get values from an ag-grid table that dynamically loads values when we scroll top to bottom or left to right. As of now, we are using JavaScriptExecutor to scroll the table and get the values.
Is there any other effective approach that can be used for getting the values without scrolling the table?
Please find a sample ag-grid table below, https://www.ag-grid.com/example.php