So I\'m writing a watir-webdriver script, and my app is using javascript to present a modal window that I want to interact with. When I click the element that presents the modal
The answer ended up being, and then handling the necessary waiting manually
element.focus element.send_keys :return