Sha256: 9eb51125d216d30bb8ce06354adbb5e5dc25b46bb3e1924602f9792012d0136f

Contents?: true

Size: 324 Bytes

Versions: 50

Compression:

Stored size: 324 Bytes

Contents

module TestCentricity
  class UIElement
    def invoke_siebel_dialog(popup)
      invoke_siebel_popup
      popup.wait_until_exists(15)
    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

50 entries across 50 versions & 1 rubygems

Version Path
testcentricity_web-0.9.9.9 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.9.8 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.9.7 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.9.6 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.9.5 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.9.4 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.9.3 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.9.2 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.9.1 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.9 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.8 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.7 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.6.3 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.6.2 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.6.1 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.6 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.5.1 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.5 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.4 lib/testcentricity_web/siebel_open_ui_helper.rb
testcentricity_web-0.9.3.4 lib/testcentricity_web/siebel_open_ui_helper.rb