新增多浏览器支持说明

This commit is contained in:
苦叶子 2018-05-14 12:38:21 +08:00
parent b2e5ab59d1
commit 0b032cace7
1 changed files with 17 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- [AutoLine下载及安装依赖](#autoline下载及安装依赖)
- [配置](#配置)
- [如何运行](#如何运行)
- [如何支持不同的浏览器](#如何支持不同的浏览器)
- [一些截图](#一些截图)
- [支持与联系](#支持与联系)
- [许可](#许可)
@ -139,6 +140,22 @@ TRIGGER_DATABASE_URL=mysql+pymysql://root:123456@127.0.0.1/autoline
![start](./app/static/images/demo/start.png)
## 如何支持不同的浏览器
下载最新的各浏览器对应的最新驱动放在bin目录下即可
firefox驱动https://github.com/mozilla/geckodriver/releases
chrome驱动https://chromedriver.storage.googleapis.com/index.html
Microsofe Edge驱动https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
Safari驱动https://webkit.org/blog/6900/webdriver-support-in-safari-10/
PhantomJS驱动http://phantomjs.org/releases.html
HtmlUnit驱动https://sourceforge.net/projects/htmlunit/files/htmlunit/
## 一些截图
产品管理