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.
Issue with RTE in chrome
I am able to Enter the text in to RTE but not able to save the entered Text in Chrome Browser, please look in to issue using below
Use Chrome browser
http://thinkcloud.rcvinnovations.com/gb/cycle2/20120224/login1.php
ID:rajababu@trainingbus.in
Pswrd:Teamw0rk1
1. Click on any one of the project name
2. Click on Media Buying
3. Click on Easysample..
Now we can find a Rich text Editor, using below code i am able enter text and save it using firefox, but same not working in Chrome, Please sned me the possible code
_focus(_rte(0))
_rteWrite(_rte(0),"KKR")
_wait(5000);
_click(_submit(0));
_wait(5000);
_assertExists(_cell("rajababu: KKR"));
Use Chrome browser
http://thinkcloud.rcvinnovations.com/gb/cycle2/20120224/login1.php
ID:rajababu@trainingbus.in
Pswrd:Teamw0rk1
1. Click on any one of the project name
2. Click on Media Buying
3. Click on Easysample..
Now we can find a Rich text Editor, using below code i am able enter text and save it using firefox, but same not working in Chrome, Please sned me the possible code
_focus(_rte(0))
_rteWrite(_rte(0),"KKR")
_wait(5000);
_click(_submit(0));
_wait(5000);
_assertExists(_cell("rajababu: KKR"));