gpt4 book ai didi

python - 如何在 python 中使用 webdriver 识别 http 链接的元素

转载 作者:行者123 更新时间:2023-12-01 03:18:00 25 4
gpt4 key购买 nike

如何识别链接,我检查了如下元素:

<div class="vmKOT" role="navigation">
<a class="Ml68il" href="https://www.google.com" aria-label="Search" data-track-as="Welcome Header Search"></a>
<a class="WaidDw" href="https://mail.google.com" aria-label="Mail" data-track-as="Welcome Header Mail"></a>
<a class="a4KP9d" href="https://maps.google.com" aria-label="Maps" data-track-as="Welcome Header Maps"></a>
<a class="QJOPee" href="https://www.youtube.com" aria-label="YouTube" data-track-as="Welcome Header YouTube"></a>
</div>

我想识别类 WaidDwhref 并使用 python 单击它。

最佳答案

你可以试试

driver.find_element_by_class_name('WaidDw').click()

driver.find_element_by_xpath('//a[@href="https://mail.google.com" and @aria-label="Mail"]').click()

关于python - 如何在 python 中使用 webdriver 识别 http 链接的元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42292272/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com