Python+selenium之疑难点解决之去除readonly的限制
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python+selenium之疑难点解决之去除readonly的限制相关的知识,希望对你有一定的参考价值。
-
去除文本框的readonly只读模式的限制
如图所示:去除卡号readonly限制
代码如图所示:
js = ‘document.getElementById("cardNo").removeAttribute("readonly")‘ driver.execute_script(js)
以上是关于Python+selenium之疑难点解决之去除readonly的限制的主要内容,如果未能解决你的问题,请参考以下文章
WebAPi之SelfHost启动Https疑难解惑及无法正确返回结果
python爬虫之requests+selenium+BeautifulSoup
python3+selenium3之 解决:'chromedriver' executable needs to be in PATH问题