Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
:id=>"bld"在我的页面上找不到按钮。查看了许多解决方案,甚至尝试将其推广到元素 vs 按钮:
:id=>"bld"
browser = Watir::IE.new browser.element(:id=>"bld").click
错误 >unable to locate element, using {:id=>'bld'}
unable to locate element, using {:id=>'bld'}
有什么建议么?
尝试查看 iFrame 内部
browser.iframe(:id=>'some_id').element(:id=>'bld');