also I tried:
Doesnt work
The error message says: Propert text is empty...
Seems to work with the following:
This i need to brush up on this
Code:
Browser("_Maintenance").Dialog("Microsoft Internet Explorer").Static("MESSAGE: File was successfully").CheckProperty "text", "/MESSAGE\: File was successfully\/n/"
Doesnt work
The error message says: Propert text is empty...
Seems to work with the following:
Code:
Browser("_Maintenance").Dialog("Microsoft Internet Explorer").Static("MESSAGE: File was successfully").WaitProperty "text", "MESSAGE: File was successfully uploaded" & vbNewLine & "", 1
This i need to brush up on this