UIAutoDemo/Browser_Driver/__init__.py

12 lines
478 B
Python
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

"""
注意检查 浏览器驱动 是否于本地浏览器版本一致
Chrome浏览器驱动下载地址http://npm.taobao.org/mirrors/chromedriver/
geckodriver(Firefox):https://github.com/mozilla/geckodriver/releases
IEDriverServer(IE):http://selenium-release.storage.googleapis.com/index.html
operadriver(Opera):https://github.com/operasoftware/operachromiumdriver/releases
MicrosoftWebDriver(Edge):https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver
"""