由:org.openqa.selenium.SessionNotCreatedException引起:无法启动新会话。响应代码500。消息:未知错误:Chrome无法启动:异常退出。(未知错误:DevToolsActivePort文件不存在((从chrome location/usr/bin/googlechrome开始的过程不再运行,因此ChromeDriver假设chrome已经崩溃。(内部版本信息:版本:"4.1.2",修订版:"9a5a329c5a"系统信息:host:'bluehole-Lenovo-V15-G2-ITL-Ua',ip:'127.0.0.1',os.name:'Linux',os.arch:'amd64',os.version:'5.15.0-46-generic',java.version:'9.0.4'驾驶员信息:org.openqa.selenium.chrome.ChromeDriver
看起来像是配置问题,请为head&无头执行模式。那么它应该可以完美地工作。
中的类似内容
chrome_options.add_argument('--headless')
chrome_options.add_argument('--no-sandbox')
chrome_options.add_argument('--disable-dev-shm-usage')