Public Vars

Back

intersects? (clj)

(source)

function

(intersects? driver q1 q2)
Return true if bounding boxes found by `driver` for element found by query `q1` intersects element found by query `q2`. Compares bounding boxes of found elements.

Examples