Class: RFormSpec::Tab

Inherits:
BaseControl show all
Defined in:
lib/rformspec/control.rb

Instance Attribute Summary

Attributes inherited from BaseControl

#control_id, #parent_win

Instance Method Summary collapse

Methods inherited from BaseControl

#click, #focus, #get_text, #initialize, #is_enabled?, #is_visible?, #send_text, #set_text

Methods included from Driver

#close_window, #driver, #focus_window, #key_press, #mouse_click, #mouse_move, #open_file_dialog, #try_for, #wait_and_focus_window, #wait_for_window, #window_exists?

Methods included from TestWisePlugin

#connect_to_testwise, #debug, #dump_caller_stack, #notify_screenshot_location, #operation_delay

Constructor Details

This class inherits a constructor from RFormSpec::BaseControl

Instance Method Details

#currentObject



114
115
116
# File 'lib/rformspec/control.rb', line 114

def current
  driver.ControlCommand(@parent_win.title, @parent_win.text, @control_id, "CurrentTab" , "")
end