文件名称:wd.py:Macaca的Python客户端绑定
文件大小:245KB
文件格式:ZIP
更新时间:2024-06-03 06:51:17
python webdriver macaca Python
Macaca Python客户端 介绍 WD.py是在实现的大多数API的Python WebDriver客户端。 它最初是为 (基于Node.js的WebDriver服务器)设计的,但也可用于WebDriver服务器的任何其他实现,例如Selenium,Appium等。 主页 样本 例子 >> > from macaca import WebDriver , WebElement # Configure the desired capabilities. >> > desired_caps = { 'autoAcceptAlerts' : True , 'browserName' : 'electron' , 'platformName' : 'desktop' } >> > driver = WebDriver ( desired_caps ) # Star
【文件预览】:
wd.py-master
----.gitignore(848B)
----README.rst(2KB)
----tests()
--------macaca()
--------__init__.py(0B)
----CONTRIBUTING.rst(240B)
----docs()
--------py-modindex.html(4KB)
--------.nojekyll(0B)
--------search.html(3KB)
--------searchindex.js(11KB)
--------_modules()
--------genindex.html(27KB)
--------_static()
--------index.html(5KB)
--------example.html(3KB)
--------api.html(112KB)
--------quickstart.html(27KB)
----macaca()
--------locator.py(505B)
--------keys.py(2KB)
--------asserters.py(1KB)
--------util.py(7KB)
--------webdriverexception.py(3KB)
--------webdriverresult.py(2KB)
--------__init__.py(1KB)
--------webdriver.py(27KB)
--------command.py(11KB)
--------webelement.py(15KB)
--------remote_invoker.py(5KB)
----HISTORY.rst(512B)
----.coveragerc(471B)
----requirements.txt(297B)
----MANIFEST.in(55B)
----setup.py(1KB)
----.travis.yml(123B)
----tox.ini(866B)
----Makefile(362B)
----LICENSE.rst(1KB)
----docsrc()
--------conf.py(10KB)
--------index.rst(451B)
--------api.rst(602B)
--------example.rst(77B)
--------quickstart.rst(9KB)