Trouble Accessing AG Grid Data with Selenium Due to DOM Virtualization
I’m facing an issue while trying to automate a table built with AG Grid using Selenium. The data I’m attempting to access isn’t loading in the DOM due to AG Grid’s DOM virtualization feature. As a result, the rows are not visible in the DOM, making it challenging to interact with or extract the data using Selenium.