Installation
Basic Installation
bash
pip install pyxelatorFramework-Specific Installation
Install with optional dependencies for your automation framework:
bash
# For Selenium
pip install pyxelator[selenium]
# For Playwright
pip install pyxelator[playwright]
# For Appium (Beta)
pip install pyxelator[appium]
# For all frameworks
pip install pyxelator[dev]Note: Appium support is currently in Beta. See the Framework Support section for more details.
