📜  selenium 组件 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:13.085000             🧑  作者: Mango

代码示例1
Selenium is a suite of tools for automated web testing. It is composed of;
Selenium IDE(Integrated Development Environment); a Firefox plugin that works 
for recording and playing back.
Selenium RC(Remote Control) (1.0) ; is a test tool and is used to work on JS to
automate the web application.
WebDriver (2.0); is a web automation framework and allows you to execute your
tests in different browsers. 
Selenium Grid; allows tests to run in parallel across multiple machines.