python使用splitter打开和登录网页失败,救命

2024-05-29 05:08:27 发布

您现在位置:Python中文网/ 问答频道 /正文

https://idmsa.apple.com/IDMSWebAuth/signin?appIdKey=990d5c9e38720f4e832a8009a0fe4cad7dd151f99111dbea0df5e2934f267ec8&language=HK-en&segment=R409&grpcode=g001&view=6&rv=1&paramcode=h006&path=%2Fgeniusbar%2FR409%2Fen_HK&path2=%2Fgeniusbar%2FR409%2Fen_HK

我想自动登录这个网站,但它没有工作无所谓浏览器.fill或find_by_namefind_by_id

以下是输入信息:

<input type="email" class="si-text-field" id="appleId" can-field="accountName" autocomplete="off" autocorrect="off" autocapitalize="off" aria-required="true" required="required" aria-labelledby="appleIdFieldLabel" spellcheck="false" autofocus="" placeholder="Apple ID">
<input type="password" id="pwd" aria-required="true" required="required" can-field="password" autocomplete="off" class="si-password si-text-field  " placeholder="Password"> 

但当我使用下面的代码时,它不起作用,我不知道登录表单有什么特别之处

^{pr2}$

Tags: textidfieldinputbytyperequiredpassword

热门问题