Class: Capybara::Node::Element

Inherits:
Object
  • Object
show all
Defined in:
lib/capybara_monkey.rb

Instance Method Summary collapse

Instance Method Details

#highlight ⇒ Object



4
5
6
7
8
9
10
# File 'lib/capybara_monkey.rb', line 4

def highlight
  for color in ["DeepPink", "GreenYellow", "Aqua", "Red", "Yellow"]
    Superbara::Helpers.highlight_element(self, {color: color})
    sleep 0.1
  end
  "did you see it?"
end