gpt4 book ai didi

Selenium /Python :TypeError:undound method get()

转载 作者:行者123 更新时间:2023-12-02 11:24:18 25 4
gpt4 key购买 nike

我是Selenium中Python的新手。我试图测试我的第一个python/selenium代码,但出现错误。

from selenium import webdriver
from selenium.common.exceptions import TimeoutException
from selenium.webdriver.support.ui import WebDriverWait # available since 2.4.0
import time

# Create a new instance of the Firefox driver
driver = webdriver.Firefox

# go to the google home page
driver.get("http://www.google.com")

在这里,我得到了错误:
**TypeError:unbound method get() must be called with Webdriver instance as first argument (got str instance instead)**

有人知道如何解决这个问题吗?
提前致谢!

最佳答案

您需要在()之后添加webdriver.Firefox才能实际调用该类的构造函数并创建一个实例。

关于 Selenium /Python :TypeError:undound method get(),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13473202/

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