首先打开126邮箱的登录页面如下:
所以我们要模拟的就是上图中的邮箱账号和密码的填写,以及登录按钮的点击事件。
通过Chrome的开发者工具(F12),我们可以看到上述元素的前端代码如下:
【邮箱账号或手机号】
<div class="u-input box" id="auto-id-1547015266203">
<label class="u-label f-dn" id="auto-id-1547015266172" style="display: block;">邮箱帐号或手机号</label>
<input data-placeholder="邮箱帐号或手机号" name="email" data-type="email" data-loginname="loginEmail" data-required="true" class="j-inputtext dlemail" type="text" autocomplete="off" tabindex="1" spellcheck="false" id="auto-id-1547015266158" placeholder="邮箱帐号或手机号" style="width: 188px;" />
<span class="pr-domain j-prdomain" style="right: -87px;">@126.com</span>
</div>
【密码】
<div class="u-input box" id="auto-id-1547015266205"<