The problem is, that when you try to capture an element in iframe with hermione#assertView
the element coordinates doesn’t consider iframe position.
npm install
Capture screenshot of element in iframe when iframe is at 0,0 on page:
GRID_URL=http://localhost:4444 npm run nooffset
Capture screenshot of element in frame when iframe is shifted down:
GRID_URL=http://localhost:4444 npm run offset