Testmu binding for Selenium Python — thin test runtime for LambdaTest exports
Project description
testmuai-selenium-bindings
Python runtime bindings for Selenium-based generated tests.
Install
pip install testmuai-selenium-bindings
Usage
import testmu_selenium
testmu_selenium.configure(build="my-build", name="my-test")
@testmu_selenium.test
def my_test(driver):
driver.get("https://example.com")
el = testmu_selenium.findElement(driver, [{"selector": "h1", "isXPath": False}])
assert el is not None
if __name__ == "__main__":
testmu_selenium.run(my_test)
The PyPI distribution name is testmuai-selenium-bindings; the import name is testmu_selenium.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file testmuai_selenium_bindings-0.1.0b2.tar.gz.
File metadata
- Download URL: testmuai_selenium_bindings-0.1.0b2.tar.gz
- Upload date:
- Size: 174.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1f1707d26c274103661acc97f027077d61550151f1dee11d7519159dd7afba0d
|
|
| MD5 |
31098d0d63d374b443a71d2589c1c276
|
|
| BLAKE2b-256 |
80f6f1015fd00ac87a196a8307f275772c0cfa0537bdae0f6e9b6403cd1ffc1d
|
File details
Details for the file testmuai_selenium_bindings-0.1.0b2-py3-none-any.whl.
File metadata
- Download URL: testmuai_selenium_bindings-0.1.0b2-py3-none-any.whl
- Upload date:
- Size: 114.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a1a966dde8e6713c1a99b881ba9bd129de2e3f9be436091292108517def164ec
|
|
| MD5 |
7aea79d32ba4bfb024d94db16a2a93be
|
|
| BLAKE2b-256 |
b7da60caf2e03cf1100829215e7afc9be2d065cb0d4bdff95aa3ee8eb8d2a4c2
|