Jump to content

Recommended Posts

Posted

Hi MVPs and Experts,

I would like to ask your expertise on this issue I am experiencing with _IECreate() Function.

_IEcreate($url,1,0) still shows the Webpage when initiating another _IEcreate($url,1,0)

Example of my script is below:

#include <IE.au3>

local $oIE_call1 = _IECreate("https://apps.mypurecloud.ie/directory/#/analytics/agents/performance",1,0) ; Initial load of web to make sure I can connect immediately on it using the _IEcreate() in _test() Function.
    _IEloadwait(oIE_call1)
        sleep(1000)

Func _test()

local $oIE_call2 = _IECreate("https://apps.mypurecloud.ie/directory/#/analytics/agents/performance",1,0)

Endfunc

 

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...