Puppeteer Two Forms Click The Second Submit Button
I am using puppeteer to complete a simple webform, however the page has two forms and for each form a submit button: [name="form2"] > input[type="image"]');
await button.click();
That should do the trick!
Post a Comment for "Puppeteer Two Forms Click The Second Submit Button"