Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect Windows 8 in Platform #5

Closed
wants to merge 1 commit into from

Conversation

Zitrax
Copy link
Contributor

@Zitrax Zitrax commented Jan 22, 2013

Due to http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7170169 there is
no good way to use os.name alone to detect Windows 8. It returns "windows nt (unknown)".

But using "windows nt" in combination with os.version "6.2" we can detect Windows 8.

CLA filled.

Due to http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7170169 there is
no good way to use os.name alone to detect Windows 8. It returns "windows nt (unknown)".

But using "windows nt" in combination with os.version "6.2" we can detect Windows 8.
@krosenvold
Copy link
Member

Applied in 1f0cad2, thanks for the patch !

@krosenvold krosenvold closed this Jan 22, 2013
@lbottoni lbottoni mentioned this pull request Apr 10, 2017
IlyaNaumovich added a commit to IlyaNaumovich/selenium that referenced this pull request Feb 11, 2018
RevealOscar added a commit to RevealOscar/selenium that referenced this pull request Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants