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.

Help - Unable to enter text into a _Paragraph()

David_88LDavid_88L Members
edited May 2014 in Sahi - Open Source
Hi All,

I'm having issues with the following basic scenario.

I want to enter text into a _paragraph element. When running checks sahi can detect the element exists, it is visible etc. However when trying to left click or set the value it reports back a success but do not actually carry out the action.

The statement is as simple as

_setValue(_paragraph(7), "Test");

I've also tried using the acii value:

_keyPress(_paragraph(7), [111]);


I can't see why this simple command won't work. I ideas?

Thanks,

David
Sign In or Register to comment.