UFT添加同步点错误,有大神知道吗?说是语句未结束,菜鸟不知道该咋办了

2025-05-04 14:09:37
推荐回答(1个)
回答1:

object.WaitProperty (PropertyName, PropertyValue, [TimeOut])
PropertyName Required. A String value.
The name of the property whose value is checked.
PropertyValue Required. A Variant.
The value to be achieved before continuing to the next step.
TimeOut Optional. A long integer value.
The time, in milliseconds, after which UFT continues to the next step if the specified value is not achieved. If no value is specified, UFT uses the time set in the Object Synchronization Timeout option in the Run pane of the Test Settings dialog box.
Default value = -1

所以: .WaitProperty "text", "Insert Done...", 10000