typing in a content editable div by selenium

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

typing in a content editable div by selenium

Kalyan
How to send text to a content editable div using selenium 1 or selenium 2.
Please help me out in this.

a div tag containing a class attribute....ff8

Reply | Threaded
Open this post in threaded view
|

Re: typing in a content editable div by selenium

softwaretestingforum
Administrator
in selenium 2, did you try using -

driver.findElement("divlocator").sendKeys("testdata")
~ seleniumtests.com