03-06-2012, 03:29 AM
I have been trying to use the WaitProperty and Sync.
As my Waitproperty I have tried a variety of ways:
... which all returned Warnings.
Then I tried Sync:
... which all returned was a Run Error of syntax error
I can Exist on the dialog box. Does anyone have advice on using the WaitProperty or Sync?
thx
As my Waitproperty I have tried a variety of ways:
Code:
Browser("Wisdom").Dialog("File Download").WaitProperty "visible", "True", 60000
'Browser("Wisdom").Dialog("File Download").WaitProperty "text", "File Download", 60000
Dialog("File Download").WaitProperty "visible", "True", 60000
Dialog("File Download").WaitProperty "text", "File Download", 60000
Then I tried Sync:
Code:
Browser("Wisdom").Dialog("File Download").Sync
I can Exist on the dialog box. Does anyone have advice on using the WaitProperty or Sync?
thx