Check if object exists
Hello everyone,
I want to create a function which returns true if an object exist and is visible on screen without waiting for the full timeout period.
Here is the function I tried to create:
def isObjectVisible(object):
name = object.Name
parent = object.Parent
if parent.WaitChild(name, 100).Exists:
return object.Visible
return False
The issue I encountered is that accessing the name property of the object causes the test to wait 10 seconds for the name property
I there a way to achieve this result?
I can create another function which takes the parent and child name as parameter but that is cumbersome.
Hi swagcoder
I never tried to use a request body in a Delete but, as far as I know, it is not allowed anymore in OAS3.x.x
Look at the doc here
In another hand, there is a kind of exception I found, but I can't provide more than the doc reference here.
You will have to investigate further.
Let us know.