ilya

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in 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();

Viewing 1 post (of 1 total)