Manual and Automated Testing
›
WebDriver (aka Selenium 2.0)
Search
everywhere
only in this topic
Advanced Search
typing in a content editable div by selenium
Classic
List
Threaded
♦
♦
Locked
2 messages
Kalyan
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
typing in a content editable div by selenium
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
softwaretestingforum
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
Re: typing in a content editable div by selenium
Administrator
in selenium 2, did you try using -
driver.findElement("divlocator").sendKeys("testdata")
~ seleniumtests.com
Free forum by Nabble
Edit this page