Skip to content

Instantly share code, notes, and snippets.

@MarkyC
Created September 11, 2020 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarkyC/fbc6925c12f3bbd546f2db6be84fbe5f to your computer and use it in GitHub Desktop.
Save MarkyC/fbc6925c12f3bbd546f2db6be84fbe5f to your computer and use it in GitHub Desktop.
.withCapabilities(Capabilities.chrome().set("mobileEmulation", {
deviceMetrics: {
width: 320,
height: 568,
pixelRatio: 2,
}
}))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment