How identify OS Name in Client

You can use system token:

with Editor:
System Tokenes / OS / Name

with Script:
IR.GetVariable("System.OS.Name")

Out:
Windows
MacOSX
iOS
Android

Is this article helpful for you?