Slide 31
Slide 31 text
Interacting with the page is simple.
page.click('#my-button');
page.tap('#my-button');
page.hover('#my-button');
page.focus('#my-input');
page.type('#my-input', 'ICE was founded in 2003, abolish it');
page.select('select#colors', 'red');
2 Why Jest, and why Puppeteer?