discogui:用于发现 GUI 元素的实验性 Python 库

时间:2024-06-19 19:26:30
【文件属性】:

文件名称:discogui:用于发现 GUI 元素的实验性 Python 库

文件大小:35KB

文件格式:ZIP

更新时间:2024-06-19 19:26:30

Python

用于发现 GUI 元素的实验性 Python 库。 链接: 主页: : PYPI: ://pypi.python.org/pypi/discogui 特征: Python模块 适用于 Linux 不依赖可访问性技术 工具包独立 仅对非常简单的 GUI 进行基本测试 GUI应该显示在Xvfb或Xephyr上 可能的应用: 自动图形用户界面测试 GUI自动控制 安装:: $ sudo apt install xvfb $ python3 -m pip install discogui 用法 使用 Tab 键顺序在 zenity 上发现按钮 # discogui/examples/taborder.py """ 1. start zenity Yes/No dialog on Xvfb 2. discover buttons using tab order 3. print


【文件预览】:
discogui-master
----MANIFEST.in(45B)
----Vagrantfile(4KB)
----LICENSE.txt(1KB)
----requirements.txt(62B)
----doc()
--------gen()
--------generate-doc.py(1KB)
----format-code.sh(137B)
----.travis.yml(544B)
----tox.ini(475B)
----pytest.ini(142B)
----requirements-test.txt(31B)
----discogui()
--------imgutil.py(3KB)
--------buttons.py(1KB)
--------__init__.py(127B)
--------examples()
--------draw.py(942B)
--------mouse.py(708B)
--------imglog.py(1KB)
--------about.py(20B)
--------hover.py(2KB)
--------taborder.py(4KB)
--------screenrect.py(8KB)
----setup.py(1KB)
----README.md(4KB)
----clean.py(537B)
----tests()
--------test_buttons.py(805B)
--------test_examples.py(680B)
--------test_blink.py(647B)
--------fast()
--------test_sendkeys.py(1KB)
--------test_taborder.py(547B)
--------test_hover.py(783B)
----.gitignore(296B)

网友评论