Jump to content

IE Form - click on button by Value?


Recommended Posts

hi all.

me need very help.

me test all sample in site but not find help.

plz help me.

load page + wait load page

http://esetoem.ir/

me need 2 click on page

1. click in screen

2. click on button

+ add change ip (V P N OR Pr ox  y).

+ delete cookie

loop 

 

#RequireAdmin
#include <IE.au3>
#include <MsgBoxConstants.au3>


$oie = _IECreate("http://esetoem.ir",0,1,1,0)
_IELoadWait($oIE)
_IEImgClick ( $oIE, "http://talapop.ir/images/products/rolex.jpg" )
_IEImgClick ( $oIE, "http://talapop.ir/images/products/buy.gif" )
Sleep(1000)
_IEQuit($oIE)

 

Edited by AHRIMANSEFID
Link to comment
Share on other sites

plz help change browser to firefox + google chrome.

 

#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Compile_Both=y
#AutoIt3Wrapper_UseX64=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <IE.au3>
#include <MsgBoxConstants.au3>





While 1

;$oie = _IECreate("http://esetoem.ir",0,1,1,0)
$oie = _IECreate("http://shopingserver.com",0,1,1,0)
_IELoadWait($oIE)
;_IEImgClick ( $oIE, "http://talapop.ir/images/products/rolex.jpg" )
;_IEImgClick ( $oIE, "http://talapop.ir/images/products/buy.gif" )

_IELoadWait($oIE)
_IELoadWait($oIE)
Sleep(100000)
RunWait('taskkill /F /IM "iexplore.exe"')
Sleep(300000)
Wend

 

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...