Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Perform Operations on Row that is not visible in React Infragistic WebGrid
posted

Hi,

We have the React Infragistic WebGrid and We are doing UI Automation with selenium but we face the challenge with Infragistic WebGrid

The challenge is We can not get the Grid data that is not visible on Grid by the Selenium method or Javascript method, We tried with the Keyboard utilities to scroll the grid data but that is a time-consuming process

the scenario here is: we have 50 rows of data and we want to perform right-click operation on the 15th row but UI shows 8th rows how we can do that with the help of selenium or any other method

please give some solution that helps us in this scenario