web_driver_client v0.2.0 WebDriverClient.Size View Source
A width and height combination
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %WebDriverClient.Size{
height: non_neg_integer(),
width: non_neg_integer()
}