Hello.
Website code:
<span class="button_middle">Acesso</span>
My code:
Local $button = _IEGetObjByName ($oIE, "Acesso") _IEAction($button , "Click")
I'm trying to make it click on the button but it isn't working. Any help pls? ![:)]()

Hello.
Website code:
<span class="button_middle">Acesso</span>
My code:
Local $button = _IEGetObjByName ($oIE, "Acesso") _IEAction($button , "Click")