Sha256: 077e65cfd5ec26d82acd3d85b7724ad7cd7d15dad7297190bb608a3bf0d61a99

Contents?: true

Size: 387 Bytes

Versions: 145

Compression:

Stored size: 387 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

145 entries across 145 versions & 2 rubygems

Version Path
testcentricity_web-3.3.0 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.25 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.24 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.23 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.22 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.21 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.20 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.19 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.18 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.17 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.16 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.15 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.14 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.13 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.12 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.11 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.10 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.9 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.8 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb
testcentricity_web-3.2.7 lib/testcentricity_web/web_elements/siebel_open_ui_helper.rb