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.
いくつかのドロップダウン リストが選択されている Ruby ページをテストする必要がありますが、リストからオプションを選択できません。いずれかを選択するまで、オプションはfirebugに表示されません。誰でも助けることができますか?
これにより、ドロップダウンが表示されます。
require "watir-webdriver" browser = Watir::Browser.new browser.goto "http://harvesthq.github.com/chosen/" browser.div(id: "selEA2_chzn").a.click