As the user, I want to have a method to highlight and reveal in devtools if those are opened, something like: ``` const element = page.$(selector) await element.inspect() ```