Votes
Answers
Views
Question
1
3
510
asked 9 years ago by hank-the-hammer
updated 7 years ago by bubblehead712
UFT has Wait Seconds, [Milliseconds] but there is nothing in LeanFT.
2
1
412
asked 10 years ago by hank-the-hammer
updated 10 years ago by bubblehead712
I have set waitproperty to 600000 expect it to wait for 10mins.. but i waits only for 2 mins, sometime 5 mins. Below is my code If Browser("index").Page("index").WebEdit("Account").WaitProperty("disabled", 0, 600000) OR Browser("index").Page("index").W...
2
1
175
asked 12 years ago by kaptainkayoss
updated 12 years ago by rich-text
How can I make my script wait for an unpredictable amount of time before testing the application. I have a situation where I launch the application I'm testing, but there is a long delay while the application loads and does a huge data 'pre-fetch'. I don't want to use a synch point because the delay...
9
1
125
asked 13 years ago by jumphopper
updated 13 years ago by bubblehead712
I have a window that pops up and I need to wait for it to disappear before going forward with testing. Does anybody have good idea?