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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1258
    ilya
    Participant

    Hi, i have a hard task to make app simillar to instagramm api, but using custon unity UI, not using official Instagramm API.
    So i want to open instagramm page and hide browser,click on buttons by js, hook action from buttons and fill text to some input fills. For example – open login page, write login and password and click “Enter” button in automate, can i do this with that app ? thx.
    Its not hard to parse json from html pages to take photo, comments and etc, but main stuff is autorizate, without using WebPage

    • This topic was modified 5 years, 5 months ago by ilya.
    #1260
    PiotrPiotr
    Keymaster

    Hey,
    I’m sorry but I have no idea what are you trying to accomplish here.

    #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();

    #1262
    PiotrPiotr
    Keymaster

    Take a look at ExecuteJS method. It’s all in readme file.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.