Class: SpecTest::WebObjects::TextField

Inherits:
WebObject
  • Object
show all
Defined in:
lib/spectest/web_objects/text_field.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) ⇒ TextField

Returns a new instance of TextField.



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

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