Class: Capybara::Selenium::Node

Inherits:
Driver::Node
  • Object
show all
Defined in:
lib/true_automation/driver/capybara.rb

Instance Method Summary collapse

Instance Method Details

#innerHTML=(value) ⇒ Object



50
51
52
# File 'lib/true_automation/driver/capybara.rb', line 50

def innerHTML=(value)
  driver.evaluate_script SET_INNER_HTML_SCRIPT, self, value
end