Class: SK::Link

Inherits:
Clickable show all
Defined in:
lib/link.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: 1) ⇒ Link

Returns a new instance of Link.



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

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