test with iphone
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,13 @@
|
||||
Object.defineProperty(navigator, 'webdriver', {get: () => undefined});
|
||||
Object.defineProperty(navigator, 'platform', {
|
||||
get: () => {
|
||||
return "Linux armv7l";
|
||||
}, set: (a) => {
|
||||
}
|
||||
});
|
||||
|
||||
() => {Object.defineProperty(navigator, 'platform', {
|
||||
get: () => {
|
||||
return "iPhone";
|
||||
}
|
||||
})}
|
||||
Reference in New Issue
Block a user