Method: Selenium::SeleniumDriver#refresh

Defined in:
lib/selenium-client.rb

#refreshObject

Simulates the user clicking the “Refresh” button on their browser.



876
877
878
# File 'lib/selenium-client.rb', line 876

def refresh()
    do_command("refresh", [])
end