Android Question OAUTH2 Automation

SackMcNuts

Member
Licensed User
Longtime User
I have had luck with populating the Username and Password on the Google Login Page running the Javascript:
document.forms.gaia_loginform.Email.value='[email protected]';document.forms.gaia_loginform.Passwd.value='PASS';document.forms.gaia_loginform.submit()
Then the Scope consent page is loaded but I can't get anything to work for automatically pressing the "Accept" button. I'm not having any luck getting a list of Elements or anything.
Any ideas?
 
Top