Hi Guys
I m trying to upload one .txt file and when i run it i get error message that upload button not found.
And i can see upload button in my script and OR too.
Please help me
Thanks
Newhere
Printable View
Hi Guys
I m trying to upload one .txt file and when i run it i get error message that upload button not found.
And i can see upload button in my script and OR too.
Please help me
Thanks
Newhere
Use a synchronization point so that QTP waits for the button to appear and then click on it. You can also use Wait, WaitProperty, ReadyState method.
Thanks for your reply