You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Since LightPanda requires the client to know what they are clicking on we do not return the underlying element at this moment
234
234
// This can currenty only happen if the first pixel is clicked without having rendered any element. This will change when css properties are supported.
235
235
// This returns an ElementUnion instead of a *Parser.Element in case the element somehow hasn't passed through the js runtime yet.
// TODO if pointer-events set to none the underlying element should be returned (parser.documentGetDocumentElement(self.document);?)
241
239
returntryElement.toInterface(element);
242
240
}
243
241
244
242
// Returns an array of all elements at the specified coordinates (relative to the viewport). The elements are ordered from the topmost to the bottommost box of the viewport.
0 commit comments