Class: Selenium::WebDriver::Element

Inherits:
Object
  • Object
show all
Defined in:
lib/webdriver-ext/element.rb

Instance Method Summary collapse

Instance Method Details

#flashObject Also known as: high_light



2
3
4
5
# File 'lib/webdriver-ext/element.rb', line 2

def flash
	high_light_script = 'arguments[0].style.border = "3px solid red"'
	@bridge.executeScript(high_light_script, self)
end