lJoel Posted June 13, 2020 Posted June 13, 2020 By using IE.au3 I like to check for a given <a> element if via javascript there has been onclick event registered. Something like this: $field = _IEGetObjById($oIE, "field") $onclick = $field.getEvent("onclick") if IsObj($onclick) then ... EndIf
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