Qytera-Gmbh / QTAF

QTAF is a Java test framework based on TestNG and offers easy setup of Selenium and fast extensibility.
https://qytera-gmbh.github.io
MIT License
10 stars 0 forks source link

Make browser options and capabilities configurable #292

Closed csvtuda closed 3 months ago

csvtuda commented 3 months ago

This PR allows users to configure browser options and capabilities inside the qtaf.json. This was achieved through the following changes:

The specific Android driver classes were merged into a single AndroidDriver class. Different drivers can now be created by adding the following entries in the qtaf.json:


This should also fix #221.


Documentation: https://github.com/Qytera-Gmbh/Qytera-Gmbh.github.io/pull/47