Forum Discussion
Julia_K
Alumni
14 years agoHello Jinithlal,
Thank you for the provided information.
Could you please check how many instances of the Internet Explorer process are displayed in the Object Browser, and to which process instance does the required web page belong?
Does the same error occur if you refer the Internet Explorer process without using its index in your script? For example:
Sub example
Sys.Process("iexplore").Page("https://somepage/somefolder/somefile.aspx").Form("form1").SlObject("ActivityServiceContainer").SlObject("mainScrollViewer").SlObject("Option0").Click
End Sub
Thank you.