I am currently creating a script to send an error report of a certain application, for this I need to obtain the following parameters:
- Browser Name
- Version
- Operating System where Run
I was using some properties but not all work the way you would expect, I need some function that obtains this data whatever the browser or at least works well for Firefox, Chrome, IE and Edge.
Thanks