LordXane
14 years agoNew Contributor
How do I reduce the property wait time?
I can explain more if someone would like, but basically I wan't to wait only 1 second for the exists property of an object, without changing the default auto wait
Aliases.MyObjectName.ChildObject.Exists //wait's but for 10 seconds
Aliases.MyObjectName.WaitAliasChild("ChildObject", 1000) //waits for 1 second correctly, but logs an error if it's not found, and it's not the critical part of the test.
Is there any way to wait a shorter time on a property without changing the default wait time, and without throwing an error when the object isn't found? (I also wouldn't want to change the default setting to log an error if the object isn't found)
Thanks for your time!
Aliases.MyObjectName.ChildObject.Exists //wait's but for 10 seconds
Aliases.MyObjectName.WaitAliasChild("ChildObject", 1000) //waits for 1 second correctly, but logs an error if it's not found, and it's not the critical part of the test.
Is there any way to wait a shorter time on a property without changing the default wait time, and without throwing an error when the object isn't found? (I also wouldn't want to change the default setting to log an error if the object isn't found)
Thanks for your time!