Sha256: d7bb9907b265bd5f082307319e3f3450a639d90399e9b177ceec37ef8c409c41

Contents?: true

Size: 389 Bytes

Versions: 18

Compression:

Stored size: 389 Bytes

Contents

module TestCentricity
  class UIElement
    def invoke_siebel_dialog(popup, seconds = nil)
      invoke_siebel_popup
      timeout = seconds.nil? ? 15 : seconds
      popup.wait_until_exists(timeout)
    end

    def get_siebel_object_type
      obj, _ = find_element
      object_not_found_exception(obj, 'Siebel object')
      obj.native.attribute('ot')
    end
  end
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
testcentricity_web-1.0.16 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.15 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.14 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.13 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.12 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.11 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.10 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.9 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.8 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.7 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.6 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.5 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.4 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.3 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.2 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.1 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.0.1 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-1.0.0 lib/testcentricity_web/siebel_open_ui_helper.rb