Add new browser: Edge WebView, Edge WebView2

This commit is contained in:
Faisal Salman
2025-05-21 09:58:01 +07:00
parent 64a933bae8
commit 29677bcd3d
5 changed files with 52 additions and 4 deletions

View File

@@ -313,6 +313,19 @@ describe('UA-CH Headers tests', () => {
}
}
},
{
headers : {
'sec-ch-ua': '" Not;A Brand";v="99", "Microsoft Edge";v="103", "Chromium";v="103", "Microsoft Edge WebView2";v="104"'
},
expect: {
browser : {
name : 'Edge WebView2',
version : '104',
major : '104',
type : undefined
}
}
},
{
headers : {
'sec-ch-ua': '"Not.A/Brand";v="8", "Chromium";v="114", "HuaweiBrowser";v="114"'