📜  Selenium 中有什么 - 无论代码示例

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

代码示例3
• Selenium IDE: implemented as a Chrome and Firefox extension, 
and allows you to record, edit, and debug tests. 
• Selenium RC: to write automated web application 
UI tests in any programming language 
• Selenium WebDriver: execute your tests against different browsers 
• Selenium GRID: run your tests on different machines 
against different browsers in parallel.