Method: Watir::IE::FlexApp#invoke_tabular_method

Defined in:
lib/funfx/browser/watir.rb

#invoke_tabular_method(flex_locator, method_name, *args) ⇒ Object

:nodoc:



36
37
38
# File 'lib/funfx/browser/watir.rb', line 36

def invoke_tabular_method(flex_locator, method_name, *args) # :nodoc:
  @flex_object.invokeFunFXTabularMethod(flex_locator, method_name, *args)
end