Class: Capybara::Node::Element

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

Instance Method Summary collapse

Instance Method Details

#innerHTML=(value) ⇒ Object



42
43
44
# File 'lib/true_automation/driver/capybara.rb', line 42

def innerHTML=(value)
  synchronize { base.innerHTML=(value) }
end