Method: PageObject::Platforms::WatirWebDriver::PageObject#execute_script
- Defined in:
- lib/page-object/platforms/watir_webdriver/page_object.rb
#execute_script(script, *args) ⇒ Object
platform method to execute javascript on the browser See PageObject#execute_script
118 119 120 |
# File 'lib/page-object/platforms/watir_webdriver/page_object.rb', line 118 def execute_script(script, *args) @browser.execute_script(script, *args) end |