Class: Watir::IE
- Inherits:
-
Object
- Object
- Watir::IE
- 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
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 |