Jump to content

Recommended Posts

Posted

i want to repeat this function 

_IELoadWait($oIE, "url 2")
$checkb = _IEGetObjById($oIE,"checkb")
_IEAction($checkb,"click")

$img = _IEGetObjById($oIE,"img")
_IEAction($img,"click")

_IELoadWait($oIE, "url 1")
$btnfy = _IEGetObjById($oIE,"btnvfy")
_IEAction($btnfy,"click")

until my targeted webpage not found.

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...