Archive

Posts Tagged ‘innerpage’

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 innerpage
Categories: watir Tags: , ,