browscap-java icon indicating copy to clipboard operation
browscap-java copied to clipboard

Can't identify Edge browser in Linux and Mac

Open thiago-buarqque opened this issue 3 years ago • 2 comments

Since Edge now is chromium based it can be installed on Linux and Mac. But userAgentParser can't identify it when installed in some version of others OS.

For example, does not work with:

  • Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44
  • Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44

But it works with:

  • Mozilla/5.0 (Macintosh; Intel Mac OS X 10.13; rv:45.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44

Couldn't identify a version of Linux that works.

thiago-buarqque avatar Jun 27 '22 16:06 thiago-buarqque

@thiago-buarqque does this work on http://browscap.org/ua-lookup? If not, you should file an issue with https://github.com/browscap/browscap instead.

paulrutter avatar Jul 04 '22 09:07 paulrutter

It doesn't. I've opened an issue on browscap. Thanks

thiago-buarqque avatar Jul 05 '22 15:07 thiago-buarqque