--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To post to this group, send email to seleniu...@googlegroups.com.
To unsubscribe from this group, send email to selenium-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/selenium-users?hl=en.
def teardown
puts "Shutdown initialized"
if !@test_passed
@driver.save_screenshot Time.now.strftime("%F_%H%M%S") + "_" + @method_name + "-FAILED"
end
@driver.quit
end