Confirmed users
591
edits
(→XML: Put usernameField in its own element) |
(→XML: Change to <loginPageInfo>, per code review) |
||
Line 157: | Line 157: | ||
to trigger it, send a click event to it. | to trigger it, send a click event to it. | ||
HTTPS is required for the URL. --> | HTTPS is required for the URL. --> | ||
< | <loginPageInfo url="https://mail.example.com/login/"> | ||
<!-- What to fill into the usernameField. | <!-- What to fill into the usernameField. | ||
Format is the same as for <username> within <incomingServer>, | Format is the same as for <username> within <incomingServer>, | ||
Line 180: | Line 180: | ||
id and name attributes: See <usernameField> --> | id and name attributes: See <usernameField> --> | ||
<loginButton id="submit_button" name="login"/> | <loginButton id="submit_button" name="login"/> | ||
</ | </loginPageInfo> | ||
</webMail> | </webMail> | ||