MCPcopy
hub / github.com/SeleniumHQ/selenium / Rect

Interface Rect

javascript/atoms/typescript/is-displayed.ts:20–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18type OverflowState = 'none' | 'hidden' | 'scroll';
19
20interface Rect {
21 left: number;
22 top: number;
23 right: number;
24 bottom: number;
25 width: number;
26 height: number;
27}
28
29interface ImageMapResult {
30 image: Element | null;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected