Skip to main content
May 12, 2026
Question

Issue with getGridContents() function in 26.3

  • May 12, 2026
  • 4 replies
  • 0 views

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.

Has anyone else faced this issue? I would appreciate any inputs or insights.

FYI, our libraries are up to date.

Thanks in advance.

4 replies

subhankarb6682
May 12, 2026

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.

shubhama926776
May 12, 2026

a!gridField has evolved to a!gridField_26r2 in 26.3, which likely changed the rendering structure causing getGridContents() to lose the grid label reference.
Refer to the Function and Component Versions.
If your Selenium API JAR is already up to date, raise an Support ticket as this appears to be a regression.

ameyd116755
May 12, 2026

Thank you Subham for your answer. This solves the issue.

May 12, 2026

Hi Amey,

Are you using gridField or gridLayout? We are using gridLayout and we still facing the same issue.