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.

Select text in Rich Text Format field

kumaralpkumaralp Members
edited November -1 in Sahi - Open Source
we can write text with _rteWrite()

but i want to select the text and do some RTF operation like change Font Name, Size, etc.

kindly help me on this

Comments

  • To select title
    b.selectRange(b.paragraph("Title"),0,5);
Sign In or Register to comment.