Puppeteer 简明教程

Puppeteer Tutorial

Puppeteer 分别用于自动化和简化前端开发和测试。本教程将让我们深入了解 Puppeteer 及其不同的术语。本教程包含所有主要主题的实用示例。

Puppeteer is used for automation and streamlining of the frontend development and testing respectively. This tutorial shall give us a thorough insight on Puppeteer and its different terminologies. The tutorial contains practical examples on all main topics.

Audience

本教程专为在软件测试中工作的专业人士设计,他们希望磨练他们在 Puppeteer 等强大的自动化测试工具上的技能。它可用于测试使用 Angular 和 Angularjs 开发的应用程序。

This tutorial is designed for professionals working in software testing who want to hone their skills on a robust automation testing tool like Puppeteer. It can be used to test applications developed in Angular and Angularjs.

Prerequisites

在学习本教程之前,你应该对 JavaScript 和面向对象编程概念有充分了解。此外,对测试基础的良好理解对于继续学习本教程非常重要。

Prior going through this tutorial, you should have a fair knowledge on JavaScript and object oriented programming concepts. Besides, a good understanding of basics in testing is important to proceed with the tutorial.