class Selenium::WebDriver::Element

def css_value(prop)

def css_value(prop)
  bridge.element_value_of_css_property @id, prop
end