Send data into an inner html of iframe by watir
October 25th, 2008
No comments
I tried to input data to the inner html of iframe by watir for several months, and posted questions to many forums but got no answer.
Yesterday an idea came into my mind, and I found a solution, following is the code:
ie77.frame(:id, /Editor/).document.body.innertext = “good and better”
Related Blogs
- Related Blogs on iframe
- Ajax File Upload
- Related Blogs on innerpage
- Related Blogs on watir
- Watir Podcast 7: Bret Pettichord (Watir Lead Developer) on FireWatir