打开命令行工具,doc中输入:

python -m pydoc -p 4567

然后在浏览器中访问http://localhost:4567/,此时应该可以看到python中所有的Modules

查看python selenium的api

按ctrl+f,输入selenium,定位到selenium文档的链接,然后点击进入到http://localhost:4567/selenium.html

这就是selenium文档所在的位置了,接下来便可以根据自己的需要进行查看了

举个例子:

如果你想查看appium类的基本方法,可以访问这个页面:

http://localhost:4567/appium.html

如果你想查看appium类的基本方法,可以访问这个页面:

http://localhost:4567/selenium.webdriver.html

相关文章:

  • 2022-02-10
  • 2021-04-25
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-02-08
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-05-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-07
  • 2022-12-23
相关资源
相似解决方案