1.3.1
This release contains next important items and changes:
- Support for Selenium 3.0. Now You need to put binary "geckodriver" into src/main/resources/drivers to run tests on Firefox.
- We added ability to use Automotion for running automation tests on UWP Windows platform. For this just need to add next environment variables:
-
For Windows UWP:
IS_MOBILE=True PLATFORM=Windows APP={Application Family Name}!App EXECUTOR=http://{host}:{port} DEVICE=Device name or ID
-
- Few bug fixes and approving of stability.