1、先定位到元素
2、使用js去除元素的readonly属性
js = 'document.getElementById("xxx").removeAttribute("readonly"); driver.execute_script(js);