Jump to content

_IELinkClickByText do not work


Recommended Posts

Guys need help, why second _IELinkClickByText not working ? First click is ok, but second click is problem. 

Warning from function _IELinkClickByText, $_IESTATUS_NoMatch but text is correct. 

First click, changed browser adress is this a problem ?

Thanks for answer.

 

Func zmazanie()

$oIE = _IECreate("http://www.bazos.sk/moje-inzeraty.php/")

$cozmazat =  GUICtrlRead($nadpis)


Sleep (2000) 

_IELinkClickByText($oIE, $cozmazat)

Sleep (2000)

_IELinkClickByText($oIE, "Zmazať/ Editovať/ Topovať")


EndFunc

 

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