Jump to content

How to use while/do function in IE automation ?


Recommended Posts

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.

Link to comment
Share on other sites

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
 Share

×
×
  • Create New...