Playwright with Python free course:
Puppeteer is the original version of Playwright and was introduced by Google later Microsoft’s team forked a version and created Playwright that can work with multiple programming languages. The important goal of the playwright is to make automation faster. Playwright’s primary usage is headless and it is designed in such a way. This makes playwrights’ test execution much faster.
Along with this benefit, the playwright also comes with a video capture capability as well as a trace capture capability. Video capture is nothing but a recording of the screen execution and the trace capture collects what the browser goes through, for example, if a click causes 10 network calls then the trace will capture all network calls along with their failures are their responses with screenshots, using this we can debug the failed test cases with less headache.
Playwright supports browsers like Chromium, Chrome, MS Edge, Firefox, and Safari.
There are much more things to discuss and we will discuss them throughout the course. If I were you I would definitely go through the preview(check curriculum to watch preview videos) first before purchasing the course, so that you can expect the quality of the teaching. If you like the teaching you can please purchase the course.
Leave a Reply