Skip to content

hermione/v2.1.0

Latest
Compare
Choose a tag to compare
@DudaGod DudaGod released this 08 Apr 11:16
· 4 commits to master since this release

🚀 Improvements

  • add nativeElementsSize options (#26). Element sizes must be specified as number of the pixels without counting the pixel ratio. Can be used in order to speed up taking screenshots. Looks like:
// hermione.conf.js
// ...
'hermione-safari-commands': {
  nativeElementsSize: {
    topToolbar: {
        height: 47,
        width: 390
    },
    bottomToolbar: {
        height: 113,
        width: 390
    },
    webview: {
        height: 654,
        width: 390
    }
  }
}

🥇 New Contributors

@aakapustin made their first contribution in #26