Skip to main content
Known Participant
March 19, 2021
Solved

FitNesse: Click on Card

  • March 19, 2021
  • 6 replies
  • 0 views

Hi All,

From the above picture tried to navigate on Carrier Management and User Preferences with below commands not got success can any one please help me 

|click on card |  Carrier Management|

|click on link |  Carrier Management| 

|click on button |  Carrier Management| 

|click on menu|  Carrier Management|

|click on record| Carrier Management|

same commands tried for User Preferences too

Thanks in Advance,

Uday.

Best answer by acaciob0002

Hi Uday

In order to paging in a grid you need to use the "navigation" commands.

In your case to click in the last page you need to use something like this:

|click on grid|[1]|navigation|last|

If this answer was helpful don't forget to mark the question as answered as it can also help other people facing similar issues.

Regards

Acacio B. 

6 replies

acaciob0002
Participating Frequently
March 23, 2021

Hi Uday,

The command click on card should work in your case.

As it is not working I would recommend you to check in the code if the label "Carrier Management" is added to the dynamicLink, because if the label is added only to the cardlayout FitNesse will not be able to click on it.

Regards,

Acacio B

Known Participant
March 24, 2021