Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ getClientRegion
Function
getClientRegion
javascript/atoms/typescript/is-displayed.ts:240–242 ·
view source on GitHub ↗
(elem: Element)
Source
from the content-addressed store, hash-verified
238
}
239
240
function
getClientRegion(elem: Element): Rect {
241
return
getClientRect(elem);
242
}
243
244
function
getOverflowState(elem: Element): OverflowState {
245
var
region = getClientRegion(elem);
Callers
1
getOverflowState
Function · 0.85
Calls
1
getClientRect
Function · 0.70
Tested by
no test coverage detected