18 January 2026:


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(element, 13) (return key event action) doesn't seem to work with primefaces v4

nickleusnickleus Members
edited March 2014 in Sahi - Open Source
before, when my company's UI was richfaces 3, our sahi (Build: 2011-07-19) tests that used code like this:
_keyPress(_textbox("selectParty:tabView:localPartiesTbl:partyNameInputInput"), 13);

worked fine and generated a return key action to initiate rich:dataTable filtering, but when i try the same code in a p:dataTable (primefaces v 4), nothing happens.

anyone else experiencing this?
Sign In or Register to comment.