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