I am currently filling out a form on the site as follows:
browser.fill('form[firstname]', 'Mabel') browser.fill('form[email]', ' hi@hi.com ') browser.select('form[color]', 'yellow')
But the form fills out the form sequentially, one after another. Is there a way to fill out the form right away?
Thank you and be sure to vote and accept the answer!
source share