如何檢視selenium api文件

Doris_Liu發表於2018-05-22

參考文章:https://www.cnblogs.com/yoyoketang/p/6189740.html

環境:windows + python3 + selenium3

開啟cmd,執行命令:python -m pydoc -p 6666

在ie瀏覽器上輸入開啟網址http://localhost:6666/

找到selenium安裝目錄

開啟的selenium>webdriver>firefox>webdriver,最終路徑:http://localhost:6666/selenium.webdriver.firefox.webdriver.html

最終看到的這些就是selenium的webdriver API幫助文件啦

相關文章