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.
How to capture a text from a text area using sahi?
Hi,
I'm working in Sahi for the automation testing of web application. I need to capture a text from the text area using SAHI. I'm facing some issues in finding this concept in SAHI. Can anyone please provide me a solution to solve this issue?
OS Name - Windows Xp
Browser Name and version - IE.8
Sahi Build - Sahi-V3.5
Thanks in Advance
Regards,
Jeeva
I'm working in Sahi for the automation testing of web application. I need to capture a text from the text area using SAHI. I'm facing some issues in finding this concept in SAHI. Can anyone please provide me a solution to solve this issue?
OS Name - Windows Xp
Browser Name and version - IE.8
Sahi Build - Sahi-V3.5
Thanks in Advance
Regards,
Jeeva
Comments
The textarea you specified is normal Textarea or Rich Text Editor?
If the textarea is normal,use _getText(_textarea("textareaid"));
if it is Rich Text Editor,use _rteText(_rte("rteid"));
let us know if the problem persists.
Regards
Theeran.
Thanks for your informative reply. I will work into it & let me come back to you if i face any issues.
Regards,
Jeeva