Selenium Python readonlyに値をねじ込む。
正しいかどうかは別として。
driver.execute_script("document.getElementsByName('name属性')[0].removeAttribute('readonly');")
変数名 = driver.find_element_by_name("name属性")
変数名.clear()
変数名.send_keys('ねじ込む値')
readonlyを一旦削除
入ってる文字を削除
値を入れる
Author And Source
この問題について(Selenium Python readonlyに値をねじ込む。), 我々は、より多くの情報をここで見つけました https://qiita.com/ipoca-yokomizo/items/04ff3155b4a58ca7800c著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .