webdriver/types.go
2023-12-10 19:09:23 +01:00

9 lines
104 B
Go

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