First, GREAT Article. Thank you! The page I am trying to load has three input fields and a "login button" https://www.iamresponding.com/v3/Pages/memberlogin.aspx
In this instance, the credentials being stored is not a problem due to the nature of this kiosk. What I would like to do is have the Kiosk auto populate the three fields and log in. The username and password are cashed ad prefill in. I have found the input id for the agency name field.
input id="ddlsubscribers"
Is there a way to input this field with a static string, and click login, as part of the kiosk starting?
