I am trying to simulate search value by puppeteer on zap.website without success

60 Views Asked by At
await page.$eval('input[name=search]', el => el.value = 'Adenosine triphosphate');
0

There are 0 best solutions below