Skip to main content
paolos0002
March 21, 2022
Question

Fitnesse - getting ad clicking link

  • March 21, 2022
  • 0 replies
  • 0 views

Hello everybody,

I have the following snippet

[View:/cfs-file/__key/communityserver-discussions-components-files/11/snippet.txt:93:126]

that generates the following screen.

I would that Fitnesse click on the second item generated (the link "Massive loading") so I wrote with following script

!| script |
| click on link | Massive loading |

but that did not work, it showed the following message:

Timeout period reached: Wait for Link - Massive loading

I tried then with

!| script |
| click on link | COLUMN_ONE_TEXT[2] |

but nothing again, it showed the following message:

Timeout period reached: Wait for Link - COLUMN_ONE_TEXT[2]

By the way, I have read all tips in cheat sheet but I did not find any effective suggestions. 

Could you please give me some help or useful hint? Where I am wrong?

Thank you in advance, best regards.
Paolo