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.
cucumber-testing でドラッグ アンド ドロップするには、どのコマンドを使用すればよいですか?
watir-webdriver API docsから:
a = browser.div(:id => "draggable") b = browser.div(:id => "droppable") a.drag_and_drop_on b