No idea, I don't know which rich text box you are using and I don't know
what the page HTML looks like
These things usually work by taking a <textarea> and overriding it with
Javascript. You normally find that the JavaScript takes the <textarea> ID
and appends something (e.g. _ifr) and then crates an iFrame with this ID.
It then normally builds the right text stuff inside this iframe.
The code I linked to below should give you some pointers and help you to
identify the relevant elements. If it is building the rich text handler in
an iframe you'll need to switch to the iFrame to interact with it.
From:
[email protected]On Behalf Of Sairam Prasath
Sent: 26 April 2012 11:34
To:
[email protected]Subject: Re: [selenium-users] Cannot find a ID for a rich text box available
in a new frame.
Thanks, Mark!!. I am using IDE. How to identify with that.
Regards,
Sairam Prasath.
On Thu, Apr 26, 2012 at 3:54 PM, Mark Collin wrote:
These usually work on iframes, the following may give you some useful
pointers (I've still not got around to finishing it though)
Tiny MCE Handler
<https://github.com/Ardesco/Ebselen/blob/master/ebselen-core/src/main/java/c
om/lazerycode/ebselen/customhandlers/TinyMCEHandler.java>
https://github.com/Ardesco/Ebselen/blob/master/ebselen-core/src/main/java/com/lazerycode/ebselen/customhandlers/TinyMCEHandler.java
From:
[email protected]On Behalf Of Sairam Prasath
Sent: 26 April 2012 11:21
To:
[email protected]Subject: [selenium-users] Cannot find a ID for a rich text box available in
a new frame.
Hi All,
Attached the screen shot of my application which consists of a textbox.
Clicking on the Procedure textbox, A small frame opens up. It is like a
rich-textbox.
I couldn't find the element id for that rich textbox. It shows as
txtarearemarks. But cannot enter in that.
Attached the source code also.
Can you please help me in identifying it?
Thanks,
Regards,
Sairam Prasath.
--
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To post to this group, send email to
[email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/selenium-users?hl=en.--
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To post to this group, send email to
[email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/selenium-users?hl=en.--
You received this message because you are subscribed to the Google Groups
"Selenium Users" group.
To post to this group, send email to
[email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/selenium-users?hl=en.--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to
[email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/selenium-users?hl=en.