I want to automate a per-user login to an intranet to access and format some specific html pages.
The login page protects only low-level information and I would like to emulate text entry of username, password and 'enter' button. Can I set focus to a field and send keystrokes to a WebView tabbing between fields once the page is loaded?
The login page contains some JS code to facilitate timeout and password retries protection using some server-side activity so to emulate that on the device would be a major PITA.
Something like the old MS.... Sendkeys() ???? Thanks
The login page protects only low-level information and I would like to emulate text entry of username, password and 'enter' button. Can I set focus to a field and send keystrokes to a WebView tabbing between fields once the page is loaded?
The login page contains some JS code to facilitate timeout and password retries protection using some server-side activity so to emulate that on the device would be a major PITA.
Something like the old MS.... Sendkeys() ???? Thanks
Last edited: