🚀 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