Jump to content

Recommended Posts

Posted

Hey i would like that the script click on the fild where i enter the email but it dosent work :S why :(

 

#include <IE.au3>

Call ("singin")

Func singin ()
   Global $oIE = _IECreate ("https://www.gmx.at/")

   WinSetState("[CLASS:IEFrame]", "", @SW_MAXIMIZE)


   Local $button = _IEGetObjByName ($oIE,"username")




   _IEAction ($button, "click")

 

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
  • Recently Browsing   0 members

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