# File lib/selenium/client/idiomatic.rb, line 349 349: def go_back(options={}) 350: remote_control_command "goBack" 351: wait_for options 352: end