Testcafe: Windows version detection is incomplete: the build number is missing

Created on 2 Oct 2018  路  2Comments  路  Source: DevExpress/testcafe

What is the current behavior?

Windows version is detected incompletely. The correct OS Windows version is 10.0.17134.137. However, the browserProviderPool.getBrowserInfo method from the testcafe-browser-tools package detects version as 10.0.0:

image

image

The proper version is the following one:

image

What is the expected behavior?

The version is determined correctly as 10.0.17134.137.

How would you reproduce the current behavior (if this is a bug)?

Run any test case on Windows 10 Version 1803 Build 17134.137.

Specify your

  • operating system: Windows 10 Version 1803 Build 17134.137
  • testcafe version: 0.22.0
  • node.js version: v10.4.0
Auto-locked bug

Most helpful comment

It's not a bug. TestCafe displays the version which useragent module retrieves from browser's navigator.useragent property.

All 2 comments

It's not a bug. TestCafe displays the version which useragent module retrieves from browser's navigator.useragent property.

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs or feature requests. For TestCafe API, usage and configuration inquiries, we recommend asking them on StackOverflow.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Turkirafaa picture Turkirafaa  路  3Comments

hinok picture hinok  路  3Comments

multivoltage picture multivoltage  路  3Comments

AndreyBelym picture AndreyBelym  路  3Comments

chebum picture chebum  路  3Comments