webdriver/types.go

9 lines
104 B
Go
Raw Permalink Normal View History

2023-12-10 19:09:23 +01:00
package webdriver
type Rect struct {
X float64
Y float64
Width float64
Height float64
}