Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

puppeteer html custom attribute

await page.waitForSelector('[name="password"]'); // custom attribute
await page.type('[name="password"]', "something here");
 
PREVIOUS NEXT
Tagged: #puppeteer #html #custom #attribute
ADD COMMENT
Topic
Name
2+3 =