selenium-driver.get()无需等待(Python)

selenium-driver.get()无需等待(Python),python,selenium,url,driver,Python,Selenium,Url,Driver,我不需要函数driver.get()来等待页面加载,当我在Google中搜索解决方案时,我在Python中找不到任何东西 驱动程序。获取(“https://kahoot.it/)) 谢谢您的帮助。您想使用属性“pageLoadStrategy”。 尝试使用以下方法: 请注意,您可以将“pageLoadStrategy”设置为“急切”,或者使用手动等待,以确保在开始使用selenium功能时页面是交互式的。您希望使用属性“pageLoadStrategy”。 尝试使用以下方法: 请注意,您可以

我不需要函数driver.get()来等待页面加载,当我在Google中搜索解决方案时,我在Python中找不到任何东西

驱动程序。获取(“https://kahoot.it/))


谢谢您的帮助。

您想使用属性“pageLoadStrategy”。 尝试使用以下方法:


请注意,您可以将“pageLoadStrategy”设置为“急切”,或者使用手动等待,以确保在开始使用selenium功能时页面是交互式的。

您希望使用属性“pageLoadStrategy”。 尝试使用以下方法:

请注意,您可以将“pageLoadStrategy”设置为eager,或者使用手动等待,以确保在开始使用selenium功能时页面是交互式的