Protractor 入门

Protractor 是 AngularJS 应用程序的端到端测试框架。

Protractor 是 Selenium WebDriver 周围的包装器(构建在顶部),因此它包含 Selenium WebDriver 中提供的所有功能。此外,Protractor 提供了一些新的定位器策略和功能,这对于 AngularJS 应用程序的自动化非常有用。示例包括:waitForAngular,By.binding,By.repeater,By.textarea,By.model,WebElement.all,WebElement.evaluate 等。