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 页面,它有一些选择的下拉列表,但我没有成功从列表中选择一个选项。在我选择其中一个之前,这些选项不会显示在萤火虫中。谁能帮忙?
这将使下拉菜单出现:
require "watir-webdriver" browser = Watir::Browser.new browser.goto "http://harvesthq.github.com/chosen/" browser.div(id: "selEA2_chzn").a.click