Class: SpecTest::WebObjects::Link

Inherits:
WebObject
  • Object
show all
Defined in:
lib/spectest/web_objects/link.rb

Instance Method Summary collapse

Methods inherited from WebObject

have_selenium_find_object_with, have_watir_find_object_with

Constructor Details

#initialize(web_object, platform) ⇒ Link

Returns a new instance of Link.



5
6
7
8
# File 'lib/spectest/web_objects/link.rb', line 5

def initialize(web_object, platform)
  @web_object = web_object
  mixin_web_objects_for platform
end