Class: SK::Button

Inherits:
Clickable show all
Defined in:
lib/button.rb

Instance Attribute Summary

Attributes inherited from Element

#el, #locator

Instance Method Summary collapse

Methods inherited from Clickable

#click

Methods inherited from Element

#children, #displayed?, #enabled?, #exists?, #find, #find_child_el, #html, #parent_el, #search, #text, #to_s

Constructor Details

#initialize(locator, delay: 2) ⇒ Button

Returns a new instance of Button.



3
4
5
# File 'lib/button.rb', line 3

def initialize(locator,delay: 2)
  super(locator,delay: delay)
end