Google app engine Selenium现在可以在Google应用程序引擎上使用吗?

Google app engine Selenium现在可以在Google应用程序引擎上使用吗?,google-app-engine,selenium-chromedriver,python-3.7,Google App Engine,Selenium Chromedriver,Python 3.7,我正在尝试在谷歌应用程序引擎上运行Selenium。几年前我看到很多评论说你不能。我发现这句话的意思是无头铬现在可以在GAE上使用。这篇文章是在其他评论说你不能在GAE上使用selenium之后写的,所以我尝试了一下 from selenium import webdriver browser = webdriver.Chrome() 将代码部署到gae后,我出现以下错误: ages/selenium/webdriver/common/service.py", line 76, in st

我正在尝试在谷歌应用程序引擎上运行Selenium。几年前我看到很多评论说你不能。我发现这句话的意思是无头铬现在可以在GAE上使用。这篇文章是在其他评论说你不能在GAE上使用selenium之后写的,所以我尝试了一下

from selenium import webdriver


browser = webdriver.Chrome()
将代码部署到gae后,我出现以下错误:

ages/selenium/webdriver/common/service.py", line 76, in start      stdin=PIPE)    File "/opt/python3.7/lib/
python3.7/subprocess.py", line 775, in __init__      restore_signals, start_new_session)    File "/opt/pyth
on3.7/lib/python3.7/subprocess.py", line 1522, in _execute_child      raise child_exception_type(errno_num,
 err_msg, err_filename)  FileNotFoundError: [Errno 2] No such file or directory: 'chromedriver': 'chromedriver'

我是做错了什么还是误解了链接的帖子?

您提供的链接是针对Node.js运行时的。它在python中可能还不可用

通过执行以下操作,我能够在AppEngineFlex上的python中使用它

对于您的特定错误,我必须编辑docker文件以下载webdriver