Class: FireWatir::Firefox
- Inherits:
-
Object
- Object
- FireWatir::Firefox
- Includes:
- FunFX::Browser::FlexAppLookup
- Defined in:
- lib/funfx/browser/firewatir.rb
Overview
FireWatir 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
:nodoc:
9 10 11 12 |
# File 'lib/funfx/browser/firewatir.rb', line 9 def platform_flex_app(dom_id, app_name) #:nodoc: sleep(2) # TODO: Try to remove this FlexApp.new(dom_id, app_name) end |