Quick reference for Google's Web Puppeteer:
Returns true iff the element is present and has the given attribute key/value pair. Since the name of the attribute specifying the element's class is either called 'class' or 'className', depending on the browser, use clazz() instead of this function for testing the value of the class with cross-browser compatibility.
Returns true if the element is shown, and if it is, blurs it.