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.
Sahi Recording
Hi
I am using Sahi 4.4 for my web automation in IE9. All the events are recorded correctly, except the ones that are on a popup menu.
To explain further, there is a button on a page that pops up a list of URL's as a menu item.
Sahi Captures the click on button, but does not capture clicks on any links that appear in the popup menu item.
The play back also fails if I add it manually.
When I debug the script (concat.js), I can see that sahi has added the event listner to all the link elements in the popup menu. However when I click any links in the popup menu, the onEv method never gets called. Hence the actions are not recorded.
Is there any way I can record/replay the actions on the links in the popup menu
Sanket
I am using Sahi 4.4 for my web automation in IE9. All the events are recorded correctly, except the ones that are on a popup menu.
To explain further, there is a button on a page that pops up a list of URL's as a menu item.
Sahi Captures the click on button, but does not capture clicks on any links that appear in the popup menu item.
The play back also fails if I add it manually.
When I debug the script (concat.js), I can see that sahi has added the event listner to all the link elements in the popup menu. However when I click any links in the popup menu, the onEv method never gets called. Hence the actions are not recorded.
Is there any way I can record/replay the actions on the links in the popup menu
Sanket