查看python selenium的api
打开命令行工具,doc中输入:
python -m pydoc -p 4567
然后在浏览器中访问http://localhost:4567/,此时应该可以看到python中所有的Modules
按ctrl+f,输入selenium,定位到selenium文档的链接,然后点击进入到http://localhost:4567/selenium.html
这就是selenium文档所在的位置了,接下来便可以根据自己的需要进行查看了
举个例子:
如果你想查看appium类的基本方法,可以访问这个页面:
http://localhost:4567/appium.html
如果你想查看appium类的基本方法,可以访问这个页面:
http://localhost:4567/selenium.webdriver.html
不断的总结,才能不断的提高;不断的思考,才能不断的进步!