How-to
In the 2.0 of GameDriver, we introduced execution on Android as well as consoles. This allows you to build your game and run automated tests directly on an ...
Wed, 1 Feb, 2023 at 6:41 PM
Utilizing GameDriver with a SteamVR-based Unity project is much like working with other XR projects, with a few additions. To start, ensure that the St...
Fri, 21 Apr, 2023 at 3:15 PM
Published 2023.01 As of the 2023.02 release of GameDriver, you are able to test WebGL applications both in the Unity editor or deployed to a browser. Th...
Mon, 1 May, 2023 at 11:33 AM
When setting up tests that involve touch input (such as with mobile devices), there are some important details to make note of regarding both GameDriver and...
Fri, 21 Apr, 2023 at 7:39 PM
A new HPath function - fn:q() has been added to allow seamless access to UIElements with GameDriver. api.ClickObject(MouseButtons.LEFT, "//*[@name...
Fri, 21 Apr, 2023 at 2:50 PM
In this example, we're going to move the player character into an enemy character and detect the collision event that occurs. This approach can be used ...
Fri, 17 Mar, 2023 at 12:29 AM
With the 2.0 release in June 2021, GameDriver is compatible with the Unity Test Framework allowing for test execution as part of the Unity build process, in...
Mon, 18 Jul, 2022 at 1:19 PM
GameDriver object serialization uses the gdio.common.objects library, which contains all of the object types used by GameDriver to facilitate testing. These...
Sat, 27 Nov, 2021 at 6:11 PM