LoginSignup
1
1

More than 5 years have passed since last update.

Puppeteerのevaluateに引数

Last updated at Posted at 2018-10-06

page.evaluate(pageFunction, ...args)

await page.evaluate((a) => {}, a);
await page.evaluate((a, b) => {}, a, b);

evaluate の引数に関数は渡せないみたい

Evaluation failed: TypeError: XXXX is not a function
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1