gpt4 book ai didi

python - 如何在 Selenium Webdriver 2 Python 中获取当前 URL?

转载 作者:行者123 更新时间:2023-12-03 21:30:46 25 4
gpt4 key购买 nike

我试图在 Selenium 中进行一系列导航后获取当前 url。我知道 ruby​​ 有一个名为 get Location 的命令,但我找不到 Python 的语法。

最佳答案

为 Python 2 使用 current_url 元素:

print browser.current_url
对于 Python 3 及更高版本的 selenium:
print(driver.current_url)

关于python - 如何在 Selenium Webdriver 2 Python 中获取当前 URL?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42518930/

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