package webdriver type Rect struct { X float64 Y float64 Width float64 Height float64 }