Select Image in Selenium 2.9
问题 I'm trying to use RSpec to try and automate testing for post-maintenance weekends here where I'm interning at. I'm using Selenium WebDriver 2.9.0 to get a skelton going and then adding in personalized code. What I'm currently stuck on is trying to have the WebDriver click on an image that will then navigate to the correct HTML but I'm currently unable to do so. Here's what I have so far... it "can go to Ultratime" do @ie_driver.find_element(:link, "My Resources").click wait.until { @ie_driver