UI Player
Last updated
Last updated
The UI Player is the QualityMate's component in charge of the execution of scripts or automation test cases. Emulates a user's interaction with a web or desktop application using a Page Object Model approach.
For more details of the concepts, check our Glossary page.
The UiPlayer is built on C# using the .NET Standard 2.0 version. That being said, UiPlayer will support:
.NET Implementation | Version Support |
---|---|
.NET and .NET Core | 2.0 and above |
.NET Framework | 4.6.2 and above |
You can check this information here.
If you want to use Visual Studio IDE, you have to use Visual Studio 2017 or above.
Windows 7 SP1 or later
Browser | Minimum known browser Version | Driver | Minimum known driver version |
---|---|---|---|
Chrome | 70 | ChromeDriver | 2.41 |
Firefox | 57 | GeckoDriver | 0.22 |
Edge | 83 | MSEdgeDriver | 83.0 |
IE | 7 | IEDriverServer | 3.141.0 |