Class: Watir::Safari

Inherits:
Object
  • Object
show all
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

#flex_app

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