Hi,
I use in expert view syntax expression like
and when i run test (in fast mode) i have to wait 10 sec for each IF inside my path.
Is there possibility to improve it ? give it just few secounds to wait?
best regards
I use in expert view syntax expression like
Code:
IF JavaWindow.(...).JavaButton("Accept").Exist Than
(...)
End If
and when i run test (in fast mode) i have to wait 10 sec for each IF inside my path.
Is there possibility to improve it ? give it just few secounds to wait?
best regards
answer Wrote:VirtualButton.Exist([Timeout])
u can grab more info in help at exist Method in VButton object