getBoundingClientRect method
The smallest bounding rectangle that encompasses this element's padding, scrollbar, and border.
WebDriver only.
Implementation
@override
Rectangle getBoundingClientRect() =>
throw NullPageLoaderElementAccessException('getBoundingClientRect', this);