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.
KeyPress event is not working
I am developing my scripts using java and sahi pro, while using browser.keyDown() for pressing enter key it is not firing on particular element. Below is my scriplet
browser.keyDown(browser.textbox(2).near(browser.span(repository.getProperty("SPN_WINDOWTITLE_CREATE_EDIT_DEDUCTION_SELECT_CUSTOMER_NAME"))), 13, 1);
browser.keyDown(browser.textbox(2).near(browser.span(repository.getProperty("SPN_WINDOWTITLE_CREATE_EDIT_DEDUCTION_SELECT_CUSTOMER_NAME"))), 13, 1);