Skip to content

Fix android 8 by using Android GoogleAPI Emulator #240

@vweevers

Description

@vweevers

Same as Android 7:

// 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.

Ref Level/level-js#168 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions