Skip to main content
New Participant
March 11, 2021
Question

FitNesse: Selecting a checkbox in a grid based off of adjacent value.

  • March 11, 2021
  • 1 reply
  • 0 views

Hello all, 

Let me start off by saying that I am fairly new to Fitnesse (and Appian in general) as a disclaimer. 
I am trying to accomplish a checkbox selection in a grid based on a specific record that I have specified. The checkbox is located in column 1 of  the grid and the records are listed in column 2. 
Picture below as an example. 

Let's say that I want to select the second one, not based on its row location but based its value. 

So far I have tried several variations of the code that follows but have had no luck.

| populate grid | Grid selection is required. | column | [1] | row | ${Contract} | with value |click on checkbox option|[1] |

I was wondering if anybody can give me some advise on how to accomplish this. Any help is appreciated. Thank you in advance. 

1 reply

Inspiring
March 14, 2021

doesn't Appian support this by default, with it's grid selection capabilities, you can then save the IDs of  the selected row(s) and do whatever you need with them.