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.
Button click is not firing event
Hi,
My application is developed using Extention JS and i am doing File Upload using AutoIT and then clicking Import button.
Button is getting clicked but the import process is not happening at all.
Code using for button click:
browser.popup("Workflow").button("Import").click();
browser.popup("Workflow").span("x-btn-inner[7]").click();
i tried both and both are not working
Any suggestions please
Aparanji
My application is developed using Extention JS and i am doing File Upload using AutoIT and then clicking Import button.
Button is getting clicked but the import process is not happening at all.
Code using for button click:
browser.popup("Workflow").button("Import").click();
browser.popup("Workflow").span("x-btn-inner[7]").click();
i tried both and both are not working
Any suggestions please
Aparanji
Answers
But the problem i am facing is the page is developed in Ext js and in IE when ever i try to upload the file its giving me "Access Denied" error
Any one faced this issue please tell me how you fixed this type of issue.
Aparanji