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