Class: Watir::Safari
- Inherits:
-
Object
- Object
- Watir::Safari
- Includes:
- FunFX::Browser::FlexAppLookup
- Defined in:
- lib/funfx/browser/safariwatir.rb
Overview
SafariWatir 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 |
# File 'lib/funfx/browser/safariwatir.rb', line 9 def platform_flex_app(dom_id, app_name) #:nodoc: FlexApp.new(scripter, :id, dom_id, app_name) end |