Frames

Frames are fairly easy to deal with in Watir-WebDriver, just use them the same way as any other element.

b.frame(:id => "content_ifr").send_keys "hello world"