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