Vb script

I want the robot to run the VB script, wait till it’s complete, and continue with other activities.
how to do this?

Hello,

If you are looking for synchronous code execution i would recommend you the Invoke Code activity (in VB.Net) which have similarities with VBScript synthax but with more features.

You could also simply open a .vbs file but and prompting a message box at the end from it meanwhile waiting for the element to appear and then close it but that’s not very elegant.

Cheers