This is a migrated thread and some comments may be shown as answers.

How do I click on a hyper link inside a grid?

1 Answer 69 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Mindy
Top achievements
Rank 1
Mindy asked on 13 Nov 2012, 08:21 PM
Hello,

I'm trying to click on a hyper link inside a grid.  When I recorded the step, it recorded as KendoGridCell Click on Cell [3,0].  And the element's property is id=grid1,|,tagIndex=td:3

The step passed since it clicked on the cell, but it's not clicking on the hyperlink to open the item that I need.  Is there an easy way to change that?

I went to edit the element to add another filter tagname=a, but it didn't like that when I ran it. 

Thanks,
Mindy

1 Answer, 1 is accepted

Sort by
0
Byron
Telerik team
answered on 14 Nov 2012, 11:04 PM
Hello Mindy,

I recommend adding the element from the DOM in the Find Element dialog. I also recommend reviewing our documentation on using chained find expressions. Specifically, since you are using a chained find expression to locate the grid, you may be able to create a more reliable find expression for the child element, for example on that includes the tagname and text content or URL.

Please let us know if we can help you further.

Kind regards,
Byron
the Telerik team
Are you enjoying Test Studio? We’d appreciate your vote in the ATI automation awards.
Vote now
Tags
General Discussions
Asked by
Mindy
Top achievements
Rank 1
Answers by
Byron
Telerik team
Share this question
or