Method: Selenium::SeleniumDriver#refresh
- Defined in:
- lib/selenium-client.rb
#refresh ⇒ Object
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 |