class AutomationObject::BluePrint::PageObjectAdapter::AutomaticModalChange

Modal composite

Public Instance Methods

close() click to toggle source

@return [Boolean]

# File lib/automation_object/blue_print/page_object_adapter/automatic_modal_change.rb, line 28
def close
  get_property(:close) || false
end
modal_name() click to toggle source

@return [Symbol, nil]

number_of_checks() click to toggle source

@return [Integer]

# File lib/automation_object/blue_print/page_object_adapter/automatic_modal_change.rb, line 23
def number_of_checks
  get_property(:number_of_checks) || 1
end