Not able to click on icon link through fitnesse

The fitnesse test case that I’m running has an interface with icon files . on clicking this icon , new input data fields would appear.

But while automating the interface through fitnesse, the icon file is not clicked(field not accessed). The code for the icon display is as below,

 

a!sideBySideLayout(

                    items: a!forEach(

                      local!customerDocumentList,

                      a!sideBySideItem(

                        item: a!richTextDisplayField(

                          value: {

                            a!richTextIcon(

                              icon: "file",

                              altText: "altText",

                              caption: fv!item.docTypeName,

                              link: a!dynamicLink(

                                label: "uploadedDocument",

                                value: fv!item,

                                                                                                                               

                                                                                                                                

                                                ABC                                                                        DEF                                                       

 

 

 

The above file names are ABC and DEF                                                                                                                   

i have tried the following , for clicking the icon but none of them worked:

|click on link|uploadedDocument[1]|    ,

|click on icon link|altText[1]|

 

Please help me find a solution for accessing these icons through fitnesse

  Discussion posts and replies are publicly visible

Parents Reply Children