Every line of 'puppeteer eval' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
184 async evaluateValue_(fn, ...args) { 185 const value = await this.evaluate(fn, ...args); 186 const json = await value.jsonValue(); 187 return json.value; 188 }