Reply To: Using Invoke some JS actions on page and callback

Welcome! Forums Unity Plugins In-App Web Browser Using Invoke some JS actions on page and callback Reply To: Using Invoke some JS actions on page and callback

#1261
ilya
Participant

Sorry for my bad english, i try to explain : is it possible to auto login by using this app ? only by clicking 1 button(Fill the password, login, initiate click on “Login” button) ? Maybe execute some java code.
Like this =
document.getElementById(‘loginInput’).value=”MyLogin”
document.getElementById(‘passwordInput’).value=”MyPass”
var enterButton = document.getElementById(‘loginButton’);
enterButton.click();