0
<a data-ft="{"tn":"T"}" data-hovercard="/ajax/hovercard/hovercard.php?id=1063783263698960&extragetparams=%7B%22on_public_ufi%22%3Atrue%2C%22hc_location%22%3A%22ufi%22%7D" href="https://www.facebook.com/aslanneferler.org/?rc=p" class="img _8o _8s UFIImageBlockImage" tabindex="-1" aria-hidden="true" aria-controls="js_23b" aria-haspopup="true" aria-describedby="js_23c" id="js_23d"><img alt="Aslan Neferler Tim" class="img UFIActorImage _54ru img" src="https://scontent-lhr3-1.xx.fbcdn.net/v/t1.0-1/p32x32/16649279_1243625492381402_3963550962824882029_n.jpg?oh=7b12626e660bc99add267af31ed0c47e&oe=59E2A54C"></a>
<img alt="Abdurrezzak Taşkın" class="img UFIActorImage _54ru img _8o _8s UFIImageBlockImage img" src="https://scontent-lhr3-1.xx.fbcdn.net/v/t1.0-1/p32x32/18838939_1832790993710312_8699687160338170698_n.jpg?oh=0f627688abff94244dce906bd99dc56b&oe=59A4A24B">
如何選擇兩個您在上面看到的標記?我想總共選擇10個元素,一個「加標籤」,總共9個「img標籤」。如何使用單個XPath匹配多個元素標記
我寫了下面幾行代碼。但是我沒有得到我想要的結果。你有什麼建議。我想用Python中的Selenium來完成這個任務。
driver.find_elements_by_xpath(
'//img[@class="img UFIActorImage _54ru img _8o _8s UFIImageBlockImage img"]') or driver.find_elements_by_xpath('//*[@id="js_kq"]')
我沒有問題爲止。非常感謝。美好的一天,很好的工作:) –
@DavutDURGUN,如果這個解決方案對你有幫助,那麼不要忘記'接受'答案:) –