18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
menu item selection inside table
Hi,
I am new for automate testing. My requirement is, when mouseover in the table cell image which will pop out menus. I need to get the link of that menu item for that particular row. Is this can be achived from this tool, if so can anybody let me know how to do this. Rightnow the link is directly recording, but it is not recording to which row it has to be operated
Thanks in advance
kssrao
I am new for automate testing. My requirement is, when mouseover in the table cell image which will pop out menus. I need to get the link of that menu item for that particular row. Is this can be achived from this tool, if so can anybody let me know how to do this. Rightnow the link is directly recording, but it is not recording to which row it has to be operated
Thanks in advance
kssrao
Comments
what you want seems possible, with sahi you can access rows and colums in tables very well, mouseover shouldn't be a problem either. Maybe you could provide the URL or HTML code for further informations.
Accessing a specific cell could e.g. be done by _cell($columnCounter, _in(_row($rowCounter)));
From here it should be easy to mouseOver the image and access the options
Regards
Wormi