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

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何點(diǎn)擊 python selenium 中的按鈕?

如何點(diǎn)擊 python selenium 中的按鈕?

元芳怎么了 2024-01-12 10:25:50
<div class="gift">    <button type="button" data-log-actionid-label="gift" data-log-body="{&quot;current_product_no&quot; : &quot;1003072802&quot;, &quot;group_product_no&quot; : &quot;&quot;, &quot;group_product_firstview_no&quot; : &quot;&quot;, &quot;product_price&quot; : &quot;5600&quot;, &quot;send_impression&quot;: &quot;Y&quot;}" data-is-send-log="true">        togift        <span class="ic_new">new</span>    </button></div>無法通過文本使用,因?yàn)榇隧?yè)面有很多文本togift我怎樣才能點(diǎn)擊這個(gè)按鈕?
查看完整描述

3 回答

?
慕斯王

TA貢獻(xiàn)1864條經(jīng)驗(yàn) 獲得超2個(gè)贊

沒有足夠的 html 源代碼讓我們知道如何編寫正確且簡(jiǎn)短的元素位置聲明。所以只需嘗試以下操作xpath expressions:


"//div[@class='gift']/button[contains(text(),'togift') and ./span[contains(text(),'new')]]"

"//div[@class='gift']/button[contains(text(),'togift')]"

"//div[@class='gift']/button"


查看完整回答
反對(duì) 回復(fù) 2024-01-12
?
月關(guān)寶盒

TA貢獻(xiàn)1772條經(jīng)驗(yàn) 獲得超5個(gè)贊

您可以嘗試使用class name:


div = driver.find_element_by_class_name('gift')

btn = div.find_element_by_xpath('.//button')

btn.click()

如果有其他標(biāo)簽具有相同的類名,那么您可以使用css selector或full xpath


查看完整回答
反對(duì) 回復(fù) 2024-01-12
?
拉莫斯之舞

TA貢獻(xiàn)1820條經(jīng)驗(yàn) 獲得超10個(gè)贊

應(yīng)該點(diǎn)擊 div 類禮物按鈕。

driver.find_element_by_xpath("div[class='gift']/button").click()


查看完整回答
反對(duì) 回復(fù) 2024-01-12
  • 3 回答
  • 0 關(guān)注
  • 312 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

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

幫助反饋 APP下載

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

公眾號(hào)

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