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()
Reports
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.1.0.tar.gz
(16.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.1.0-py3-none-any.whl
(18.3 kB
view details)
File details
Details for the file xlavm_lib-1.1.0.tar.gz.
File metadata
- Download URL: xlavm_lib-1.1.0.tar.gz
- Upload date:
- Size: 16.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 |
2561d80ab9833db159e14cdb5124d93ed3a5df3f0d7c9db6d74ba5da4991d027
|
|
| MD5 |
dd217f914589c336cd270b1420b438a1
|
|
| BLAKE2b-256 |
9dea06093ed789e14be43c8f334288db577cf01551c7202d3238a1e4938d2d2d
|
File details
Details for the file xlavm_lib-1.1.0-py3-none-any.whl.
File metadata
- Download URL: xlavm_lib-1.1.0-py3-none-any.whl
- Upload date:
- Size: 18.3 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 |
2d342330ab79025692a61d3007a3af3ff1f2a7c5a230f20e53301202ad734ca9
|
|
| MD5 |
ee4db02a45670bda5cfe0396773db091
|
|
| BLAKE2b-256 |
711728215a683aa5c111479fabbb55dc307f84ff440ac4ccf1ac298acf37ca72
|