Metadata-Version: 2.1
Name: dyatel-wrapper
Version: 2.3.0
Summary: Wrapper of Selenium, Appium and Playwright with single API
Home-page: https://github.com/EnvInc/dyatel
Author: Podolian Vladimir
Author-email: vladimir.podolyan64@gmail.com
Project-URL: Source, https://github.com/EnvInc/dyatel
Project-URL: Tracker, https://github.com/EnvInc/dyatel/issues
Project-URL: Documentation, https://dyatel-wrapper.readthedocs.io
Project-URL: Changelog, https://github.com/EnvInc/dyatel/blob/master/CHANGELOG.md
Keywords: selenium appium playwright web_automation mobile_automation
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Quality Assurance
Classifier: Topic :: Software Development :: Testing :: Acceptance
Classifier: License :: OSI Approved :: Apache Software License
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Appium-Python-Client>=2.1.2
Requires-Dist: numpy>=1.18.1
Requires-Dist: opencv-python>=4.5.5.62
Requires-Dist: Pillow>=6.2.2
Requires-Dist: playwright>=1.41.0
Requires-Dist: selenium>=4.1.0
Requires-Dist: scikit-image>=0.20.0

<h1 align="center">Dyatel Wrapper</h1>

<h2 align="center">Automation Beyond Limits</h2>

<p align="center">
<a href="https://dyatel-wrapper.readthedocs.io"><img alt="Documentation Status" src="https://readthedocs.org/projects/dyatel-wrapper/badge/?version=latest"></a>
<a href="https://github.com/CustomEnv/dyatel/blob/master/LICENSE"><img alt="License: MIT" src="https://dyatel-wrapper.readthedocs.io/_static/license.svg"></a>
<a href="https://pypi.org/project/dyatel-wrapper/"><img alt="PyPI" src="https://img.shields.io/pypi/v/dyatel-wrapper"></a>
</p>


Dyatel Wrapper is a Python framework that seamlessly wraps over Selenium, Appium, and sync Playwright,
providing a unified interface for browser and mobile automation. With Dyatel Wrapper, you can effortlessly switch 
between these engines within the same test, allowing you to leverage the unique features of each framework without boundaries.

Whether you're running tests on web browsers, mobile devices, or a combination of both, Dyatel Wrapper simplifies the 
process, giving you the flexibility and power to automate complex testing scenarios with ease.

## Key Features

- **Seamless Integration**: Dyatel Wrapper integrates with Selenium, Appium, and Playwright, allowing you to use the best-suited engine for your specific testing needs.
- **Unified API**: A single, easy-to-use API that abstracts away the differences between Selenium, Appium, and Playwright, making your test scripts more readable and maintainable.
- **Engine Switching**: Switch between Selenium, Appium, and Playwright within the same test case, enabling cross-platform and cross-browser testing with minimal effort.
- **Visual Regression Testing**: Perform visual regression tests using the integrated visual regression tool, available across all supported frameworks. This ensures your UI remains consistent across different browsers and devices.
- **Advanced Features**: Leverage the advanced features of each framework, such as Playwright's mocks and Appium's real mobile devices support, all while using the same testing framework.
- **Extensibility**: Extend the framework with custom functionality tailored to your project's specific requirements.
- **Automatic Locator Type Definition**: The locator type will be automatically determined based on the provided locator string or `Locator` object.


## Installation and usage
For information on installation and usage, please refer to our **[ReadTheDocs documentation](https://dyatel-wrapper.readthedocs.io)**. Check it out for more details.


## Contributing

Dyatel Wrapper is an open-source project, and we welcome contributions from the community. If you'd like to contribute, please open an pull request from your fork

## License

Dyatel Wrapper is licensed under the Apache License. See the [LICENSE](https://github.com/CustomEnv/dyatel/blob/master/LICENSE) file for more details.

## Support

If you encounter any issues or have questions, please feel free to reach out via our [GitHub Issues](https://github.com/CustomEnv/dyatel/issues) page.

Thank you for choosing Dyatel Wrapper for your automation needs!
