Dimension matchers
Match elements by width and height with optional tolerance values.
Overview
width and height
width and height# Taps a button that is exactly 200px wide
- tapOn:
id: action_button
width: 200
# Asserts that the profile header has a height of 350px
- assertVisible:
id: profile_header
height: 350tolerance
toleranceLast updated