Skip to main content
May 1, 2023
Question

How to read data frm Grid Table using Selenium Appian API

  • May 1, 2023
  • 0 replies
  • 0 views

Hi,

In the below table of an Appian form, I'm trying to read all data from the 'Title' column using the Appian API. Is there a way for me to read the data? 

So far, I have used the following methods:

fixture.getGridContents(), 
fixture.getGridIndex(),
fixture.getGridColumnRowValue()
but with no success
Regards,
TIA