Jump to content

monddd

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by monddd

  1. $oLinks = _IETagNameGetCollection($oIE, "input") For $oLink In $oLinks If String($oLink.type) = "submit" And String($oLink.value) = "Click Login" Then _IEAction($oLink, "click") ExitLoop EndIf Next _IELoadWait($oIE, 1000) thank
  2. <input class="btn btn-danger btn-block" type="submit" value="Click Login"> Hi, I want use IE.au3 click button. I did everything but I still didn't click. Please help me.
×
×
  • Create New...