Method: Selenium::WebDriver::Remote::Bridge#getElementValueOfCssProperty
- Defined in:
- lib/selenium/webdriver/remote/bridge.rb
permalink #getElementValueOfCssProperty(element, prop) ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
331 332 333 |
# File 'lib/selenium/webdriver/remote/bridge.rb', line 331 def getElementValueOfCssProperty(element, prop) execute :getElementValueOfCssProperty, :id => element, :property_name => prop end |