通过 selenium 自动化 angular7 应用程序是个好主意

Is automating angular7 application via selenium is good idea

我们已经建立了一个强大的框架来自动执行 UI 以及为其他各种 java 操作定制 类,例如发布 api、[=18] =]处理,文件处理,json处理,数据库操作等。由于切换到量角器和框架开发的时间紧迫是不可能的。

所以使用 angular7 for selenium 是一个不错的选择。因为我们可以通过 selenium

处理所有的同步问题

首先,问题的背景上下文Is automating angular7 application via selenium is good idea本可以帮助我们以更好的方式回答您的问题。

在自动执行 发布 apixml 处理 等操作时,可能没有报告重大问题文件处理json处理以及数据库操作等应用程序使用 through .

仅使用 Angular WebDriverWait comes to our rescue to induce the much needed wait for the elements to be present / visible / interactable within the DOM Tree.

自动化 Applications

您可以在

中找到 使用 selenium 自动化 angular7 应用程序的示例