Android

PHOTO EMBED

Sat Oct 28 2023 10:26:46 GMT+0000 (Coordinated Universal Time)

Saved by @mehran

    const [device] = await android.devices();
    console.log(`Model: ${device.model()}`);
    console.log(`Serial: ${device.serial()}`);

----
config

    /* Test against mobile viewports. */
    // {
    //   name: 'Mobile Chrome',
    //   use: { ...devices['RF8NB25E39B'] },
    // },
content_copyCOPY