Method: AutomationObject::BluePrint::HashAdapter::ElementHelper#in_iframe
- Defined in:
- lib/automation_object/blue_print/hash_adapter/helpers/element_helper.rb
#in_iframe ⇒ Symbol?
Returns element name of iframe element is in or nil if not.
23 24 25 26 27 28 |
# File 'lib/automation_object/blue_print/hash_adapter/helpers/element_helper.rb', line 23 def in_iframe case hash[:in_iframe] when Symbol, String hash[:in_iframe].to_sym end end |