copperman2 Posted January 17, 2015 Posted January 17, 2015 <button type="submit" class="btn btn-small btn-primary">Logout</button> Local $logout = _IEGetObjBy... ($oIE, "...") how to use _IEAction($logout,"click")
Moderators SmOke_N Posted January 17, 2015 Moderators Posted January 17, 2015 You'll need to get the object by its class. Try using: _IEJS_GetObjByClassArray() function found here: Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
copperman2 Posted January 17, 2015 Author Posted January 17, 2015 You'll need to get the object by its class. Try using: _IEJS_GetObjByClassArray() function found here: thank you so much.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now