Watir and text field inside iframe

前端 未结 4 1600
自闭症患者
自闭症患者 2021-01-22 10:26

I\'m trying to setup new text into a text field using Watir. The text field is placed inside iframe.

4条回答
  •  滥情空心
    2021-01-22 11:04

    Another working solution browser.frame(:id => "iFrameID").text_field(:id => /TextField/).set "data"

    HTH

提交回复
热议问题