puppeteer html custom attribute

Solutions on MaxInterview for puppeteer html custom attribute by the best coders in the world

showing results for - "puppeteer html custom attribute"
Nick
28 Apr 2020
1await page.waitForSelector('[name="password"]'); // custom attribute
2await page.type('[name="password"]', "something here");
similar questions
queries leading to this page
puppeteer html custom attribute