Hi, Leancloud
想要在后台搭建一个基于chrome的extension自动化
但是根据在Leancloud云引擎实际测试和 Stack Overflow搜索发现headless下chrome不支持扩展
Leancloud目前只支持headless的方式来打开chrome,请教下能否支持有头方式的chrome
或者有没有其他方式来实现chrome 扩展方案
chrome_options.add_argument('--headless')
load_extension_example = "--load-extension=" + extension_example
chrome_options.add_argument(load_extension_example)