I use chromeless to fill in and validate a form. The form generates a validation popup when I click on the submit button:
How do I click on this popup and validate the form?
I use chromeless to fill in and validate a form. The form generates a validation popup when I click on the submit button:
How do I click on this popup and validate the form?
using evaluate to overwrite window.confirm
chromeless.evaluate(() => window.confirm = () => true)