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.