-
Notifications
You must be signed in to change notification settings - Fork 44
Fix android 8 by using Android GoogleAPI Emulator #240
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Same as Android 7:
Lines 56 to 59 in b9b680d
| // Workaround for https://github.com/airtap/browsers/issues/3 | |
| if (initOpts.browserName === 'android' && initOpts.version.split('.')[0] === '7') { | |
| initOpts.deviceName = 'Android GoogleAPI Emulator' | |
| } |
I believe this will work because Android GoogleAPI Emulator is listed as a device name for 8 here: https://saucelabs.com/rest/v1/info/platforms/all.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working