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.

Sahi recorder does not "_setValue" if content is entered to RadEditor

RobinLRandallRobinLRandall Members
edited November -1 in Sahi - Open Source
In IE I have an ASP.NET app with HTTPS and am trying to automate the use of a RadEditor. The sahi recorder obtains the NAME of the text but not the CONTENT. I am not familiar with RadEditor but it seems to use a table with cells in the content area. Any ideas? I would like to put something like '_setValue(_table("RadEditorContent"), "This is the content");'.

Thanks,
Robin

Comments

  • With a little experimentation and another forum post below was my solution:

    _rteWrite("RadEContentIframeradEdit","Tested by the Original Software");

    The trick was finding the right ID from the IFrame. "Ctrl-hover" over the content area does not give this identifier. This is not a bug but could be an issue of user-friendliness. Maybe there is a better way. I spent 4 hours trying to fix this.

    RR
  • The above solution worked but I noticed I get error:

    "Object doesn't support this property or method"

    on other line items. Not sure why it works anyway.

    RR
Sign In or Register to comment.