Visual Testing and Get Ids utilities for Selenium & Appium
Project description
xlavm-lib
Librería de Visual Testing y Get Elements Ids para Selenium y Appium.
Instalación
pip install xlavm-lib
Visual Testing
En cualquier parte donde se quiera realizar una prueba visual:
from xlavm_lib import VisualTest
VisualTest(self.driver, 'nombre_pagina').exec()
En conftest.py:
@pytest.fixture
def driver():
driver.quit()
from xlavm_lib import VisualTestReport
VisualTestReport().exec()
Get Ids
En cualquier parte donde se quiera obtener los elements ids de una pagina:
from xlavm_lib import GetIds
GetIds(self.driver, 'nombre_pagina').exec()
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
xlavm_lib-1.0.1.tar.gz
(13.5 kB
view details)
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
xlavm_lib-1.0.1-py3-none-any.whl
(14.2 kB
view details)
File details
Details for the file xlavm_lib-1.0.1.tar.gz.
File metadata
- Download URL: xlavm_lib-1.0.1.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a279bb3a3620719b25d4890b38230a3bef6591e114288ba8040feb20b46e5330
|
|
| MD5 |
c6d3b002f270726c4d2f56a41249d5b8
|
|
| BLAKE2b-256 |
c6f8d6826cc80777b72b53e44a1bcf666ff2ff3c54f9aebcbfb8a68c85cfaa7e
|
File details
Details for the file xlavm_lib-1.0.1-py3-none-any.whl.
File metadata
- Download URL: xlavm_lib-1.0.1-py3-none-any.whl
- Upload date:
- Size: 14.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f29a9c5b4ac28577b963f94e1b7363683ae90f4d12d6264c919380dcfe745273
|
|
| MD5 |
bbafabda4ea55c59bbc3c37679d94c6f
|
|
| BLAKE2b-256 |
54205bffd22fa4f934046f39c6af25845dfd8ef47928e823c99eca5dbc4d8c06
|