Hi all,
We recently upgraded to Appian 26.3. During regression testing using Appian Selenium API, our scripts are failing while reading grid data.
The getGridContents() function is not able to read the grid label, although it is able to read the rows and columns. The same script works as expected in Appian 25.4.
getGridContents()
Has anyone else faced this issue? I would appreciate any inputs or insights.
FYI, our libraries are up to date.
Thanks in advance.
Discussion posts and replies are publicly visible
Please Inspect the grid label DOM element in 26.3 using browser dev tools — compare the HTML structure against 25.4 to see if the element tag, class, or attribute changed.