如何查看selenium api文档

参考文章:https://www.cnblogs.com/yoyoketang/p/6189740.htmlhtml

环境:windows + python3 + selenium3python

打开cmd,执行命令:python -m pydoc -p 6666web

在ie浏览器上输入打开网址http://localhost:6666/windows

找到selenium安装目录浏览器

打开的selenium>webdriver>firefox>webdriver,最终路径:http://localhost:6666/selenium.webdriver.firefox.webdriver.htmlfirefox

最终看到的这些就是selenium的webdriver API帮助文档啦htm

相关文章
相关标签/搜索