【发布时间】:2017-03-22 15:10:28
【问题描述】:
我正在进行 selenium 测试,我需要从 chrome 应用商店获取 chrome 扩展程序以在测试中使用。现在,更新到更新版本的扩展是一个手动过程。
Current Flow:
1. Manual download extension through a chrome extension downloader.
2. Store the .crx file in a location visible to the selenium test.
3. Execute test with that extension.
我希望谷歌有一个 API 可以被点击以下载扩展,但我一直找不到任何效果。有没有人遇到过这样的情况并且能够解决?
【问题讨论】:
标签: python selenium groovy google-chrome-extension robotframework