Summary
As you can see, we started to go deeper into the Puppeteer API. We learned about all the different options we can use when launching a browser. We also learned how to navigate through a site and the different options we have to go from one page to another. We also saw new objects that weren't mentioned before, such as the Response
and the Request
class.
I hope you found the continuous integration section valuable. There are many tools and many different ways to run tests automatically in the cloud. This is an essential tool to add to your toolbox.
In the next chapter, we will get even more practical. We will see how to interact with the page, from CSS selectors to mouse and keyboard emulation.