第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Python selenium -send_keys 或通過 JS 設(shè)置值不起作用

Python selenium -send_keys 或通過 JS 設(shè)置值不起作用

撒科打諢 2023-12-20 16:06:58
HTML 代碼:<div class='UEclfJ _27cR_W'><input type ='tel' autocomplete='one-time-code' maxlength = '6'><input class='_1y306T _2ynKud' maxlength = '1'reandonly value><input class='_1y306T' maxlength = '1'reandonly value><input class='_1y306T' maxlength = '1'reandonly value><input class='_1y306T' maxlength = '1'reandonly value><input class='_1y306T' maxlength = '1'reandonly value><input class='_1y306T' maxlength = '1'reandonly value></div>我嘗試在 send_keys 之前刪除“readonly”,但它不起作用。我也設(shè)置了值,但它無法單擊下一步按鈕。輸入是驗證碼形式,六個單元格。我看到單擊元素時類名是可以更改的。我的代碼:        cell_change = WebDriverWait(self.driver,10).until(lambda driver:self.driver.find_element_by_xpath('//input[contains(@class, "_1y306T") and contains(@class, "_2ynKud")]'))        self.driver.execute_script("arguments[0].removeAttribute('readonly','readonly')", cell_change)        print("remove success")        sleep(3)        cell_change.send_keys("1")        sleep(1)有人可以幫我解決這個問題或給我一些想法嗎?我對此非常感激:(感謝您關(guān)心我的問題。
查看完整描述

1 回答

?
江戶川亂折騰

TA貢獻1851條經(jīng)驗 獲得超5個贊

這段代碼似乎可以解決問題:


number_input = driver.find_element_by_xpath('//input[@type="tel"]')

number_input.find_element_by_xpath('./following-sibling::input').click()

number_input.send_keys('123456')

說明:為了能夠輸入數(shù)字,<input type="tel">您需要單擊第一個單元格


查看完整回答
反對 回復(fù) 2023-12-20
  • 1 回答
  • 0 關(guān)注
  • 256 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號