【发布时间】:2021-02-15 05:28:01
【问题描述】:
HTML:
<textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response"
style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding:
0px; resize: none; display: none;"></textarea>
我正在尝试删除 "display: none" 属性,我将如何在 selenium 的 python 版本中执行此操作?
【问题讨论】:
标签: python selenium-webdriver attributes recaptcha 2captcha