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.
Help - Unable to enter text into a _Paragraph()
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
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