Forum Discussion
murugans1011
11 years agoRegular Contributor
Hello
Wait property only works with objects that exists. to handle object not found error refer link
http://support.smartbear.com/viewarticle/56627/
if udont want log to be posted error u can enable dispabe log using
log.Enable=False
if u r using vbscript thn u can use if object to chek for an object has reference
if isObject(objectname) then
objectname.waitproperty(propertyname,propValue,Timeout)
End if
Wait property only works with objects that exists. to handle object not found error refer link
http://support.smartbear.com/viewarticle/56627/
if udont want log to be posted error u can enable dispabe log using
log.Enable=False
if u r using vbscript thn u can use if object to chek for an object has reference
if isObject(objectname) then
objectname.waitproperty(propertyname,propValue,Timeout)
End if
Related Content
- 3 years ago
- 4 years ago
- 6 years ago
- 12 years ago
Recent Discussions
- 15 hours ago