N
Nadav
Hi,
I wrote a VBScript that open an IE browser
[WScript.CreateObject("InternetExplorer.Application")]
I navigated to a URL, and I got the HTML document in a local var.
I can click buttons, identify elements, etc.
I want to run a javascript function that's on that page - How do I do that ?
Thanks
I wrote a VBScript that open an IE browser
[WScript.CreateObject("InternetExplorer.Application")]
I navigated to a URL, and I got the HTML document in a local var.
I can click buttons, identify elements, etc.
I want to run a javascript function that's on that page - How do I do that ?
Thanks