Class: Capybara::Driver::Selenium::Node

Inherits:
Object
  • Object
show all
Defined in:
lib/monkey-patches/capybara-patches.rb

Overview

Monkey Patch’s - Use with care!

Instance Method Summary collapse

Instance Method Details

#style(prop) ⇒ Object



9
10
11
# File 'lib/monkey-patches/capybara-patches.rb', line 9

def style(prop)
  native.style(prop)
end