From: Arup Rakshit Date: 2013-02-04T01:15:51+09:00 Subject: couldn't hit a button using selenium-webdriver **Code:** driver.find_element(:name, "btnEdit").submit until driver.title.include? "View List" I tried above ".click" also. It seems nothing is being searched. Follow the IRB below: ===================================================== D:\Rubyscript\My ruby learning days>answerlist.rb D:\Rubyscript\My ruby learning days> ===================================================== the script stopped when the page comes and without throwing an error returns to the "D:\Rubyscript\My ruby learning days>". ***HTML*** Driver couldn't hit the button `Edit items`. When the page is arrived,no action is being performed by the above code. -- Posted via http://www.ruby-forum.com/.