Class: Watir::IE

Inherits:
Object
  • Object
show all
Includes:
FunFX::Browser::FlexAppLookup
Defined in:
lib/funfx/browser/watir.rb

Overview

Watir extension for FunFX. Allows lookup of FlexApp objects via FunFX::Browser::FlexAppLookup#flex_app.

Defined Under Namespace

Classes: FlexApp

Instance Method Summary collapse

Methods included from FunFX::Browser::FlexAppLookup

#flex_app

Instance Method Details

#platform_flex_app(dom_id, app_name) ⇒ Object



9
10
11
# File 'lib/funfx/browser/watir.rb', line 9

def platform_flex_app(dom_id, app_name)
  FlexApp.new(self, dom_id, app_name)
end