Jump to content

Recommended Posts

Posted

#include <IE.au3>





Call ("Submit")


Func Submit()
Global $oIE = _IECreate ("https://www.planetside2.com/ps2onps4")

Local $email = _IEFormElementGetObjByName ($oIE,"emailTextBox")
Local $button = _IEFormElementGetObjByName ($oIE,"emailSubmitBtn")

_IEFormElementSetValue($email,"myemail@me.com")


_IEAction ($button,"click")



EndFunc

what's wrong?

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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