Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 308 Bytes

File metadata and controls

11 lines (6 loc) · 308 Bytes

FindDomElementJs

This recipe shows how to find elements in the DOM by using query selectors.

Expected Behavior:

Browser

Finds the corresponding elements and logs a message to the console if the element is found.

Make sure to open the console with dev tools first, then reload/refresh the page.