gpt4 book ai didi

python - Chrome webdriver selenium 内存错误 - python 3

转载 作者:行者123 更新时间:2023-11-28 20:35:17 25 4
gpt4 key购买 nike

你好,我试图通过创建一个脚本来测试 selenium 和 chrome webdriver,该脚本将浏览器打开到特定站点。

下面是我的代码:

import selenium
from selenium import webdriver
from selenium.webdriver.common.keys import Keys

def open_browser(user_string):
browser = webdriver.Chrome()
browser.get(user_string)

def main():
x = input("Where would you like to open the internet to? ")
open_browser(x)

if __name__ == '__main__':
main()

但是,当我在 shell 中运行它时,一个空白窗口会打开几秒钟然后关闭,我会收到以下错误:

124:63332:1022/202611.560:ERROR:persistent_memory_allocator.cc(815)]
Corruption detected in shared-memory segment.

124:60160:1022/202621.325:ERROR:shader_disk_cache.cc(237)] Failed to
create shader cache entry: -2

我不知道是什么导致了这些错误。

最佳答案

将 'chromedriver.exe' 放入已安装驱动程序的 python 文件夹内的脚本文件夹中(默认为 C://Python/script),然后在路径中添加 C://Python 和 C://Python/script环境变量下。按照步骤here了解更多详情。安装后重新启动一次然后尝试您的代码

关于python - Chrome webdriver selenium 内存错误 - python 3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46881673/

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