Micro Focus QTP (UFT) Forums
Qtp and class mceContentEditor - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Interview Questions (https://www.learnqtp.com/forums/Forum-UFT-QTP-Interview-Questions)
+--- Thread: Qtp and class mceContentEditor (/Thread-Qtp-and-class-mceContentEditor)



Qtp and class mceContentEditor - Seemagoyal - 01-15-2009

Qtp recognizes mceContent editor as a web element and not recording the operation on it.Is there any solution.


RE: Qtp and class mceContentEditor - kishoreinchennai - 01-22-2009

do you know any webpage which has this object i could try .......


RE: Qtp and class mceContentEditor - tarunlalwani - 02-12-2009

http://knowledgeinbox.com/articles/qtp/how-to/web/how-to-set-text-in-a-webelement-or-frame/


RE: Qtp and class mceContentEditor - Prafulla - 02-12-2009

Hello...

try the following to set the text...
CurrentField.Object.innerText

CurrentField is the webelement object.