79499617

Date: 2025-03-11 03:48:33
Score: 1
Natty:
Report link

As per official doc, you can override or change the default user agent the browser uses

export default defineConfig({
  e2e: {
    ...,
    userAgent: 'Mozilla/5.0 ~',
  },
  ...
})
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: CHOI