Get The Location And Size Of An Element
> $0.getBoundingClientRect()
{
"x": 381.421875,
"y": 70,
"width": 1030.578125,
"height": 48,
"top": 70,
"right": 1412,
"bottom": 118,
"left": 381.421875
}Last updated
> $0.getBoundingClientRect()
{
"x": 381.421875,
"y": 70,
"width": 1030.578125,
"height": 48,
"top": 70,
"right": 1412,
"bottom": 118,
"left": 381.421875
}Last updated