0 votes
in JavaScript by
How do you find operating system details in Javascript?

1 Answer

0 votes
by

The window.navigator object contains information about the visitor's browser OS details. Some of the OS properties are available under platform property,

console.log(navigator.platform);

Related questions

+1 vote
asked Jan 14, 2020 in QuickTest Professional (QTP) by GeorgeBell
0 votes
asked Oct 9, 2022 in JavaScript by Robin
...