Method: Selenium::Client::GeneratedDriver#refresh
- Defined in:
- lib/selenium/client/legacy_driver.rb
#refresh ⇒ Object
Simulates the user clicking the “Refresh” button on their browser.
789 790 791 |
# File 'lib/selenium/client/legacy_driver.rb', line 789 def refresh() remote_control_command("refresh", []) end |