How about having method like getAllElementsInArea(x,y,width,height)

How about having method like getAllElementsInArea(x,y,width,height)

For method like  getElementsAtPosition(x,y)  which return us DOM elements of specific positions.
Instead  of a specific location can we have given area (may be a rectangle or circle radius from x,y). So it should look something like getAllElementsInArea(x,y,width,height) . To get elements from screen from a given area.