Phieral
New member
HTML:
i'm trying to remove the
Code:
<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>
i'm trying to remove the
"display: none"
attribute, how would I go about doing this in the python version of selenium?