seleniumide怎么使用

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了seleniumide怎么使用相关的知识,希望对你有一定的参考价值。

参考技术A 功能测试推荐使用TestWriter,简单易上手~

SeleniumIDE 安装与使用

下载 安装

SeleniumIDE 官网

Selenium IDE
Selenium IDE is a Chrome and Firefox plugin which records and plays back user interactions with the browser. Use this to either create simple scripts or assist in exploratory testing.

Download latest released version for Chrome or for Firefox or view the Release Notes.

Download previous IDE versions here.

使用

浏览器中点击IDE插件图标
录制一个新的test录制项目
输入目标url,开始录制
一顿操作后,关闭浏览器
点击IDE右上角停止录制,输入Test Name
在这里插入图片描述
代码导出:
test case --> export --> python pytest --> 项目路径 --> pycharm --> start test

参考:https://www.selenium.dev/selenium-ide/docs/en/introduction/code-export
常见问题: https://www.selenium.dev/selenium-ide/docs/en/introduction/faq

以上是关于seleniumide怎么使用的主要内容,如果未能解决你的问题,请参考以下文章

使用seleniumIDE录制脚本后,运行时总是在selectFrame卡住怎么解决?

SeleniumIDE_初识

SeleniumIDE 安装与使用

自动化测试-2.seleniumIDE

SeleniumIDE从0到1 (Selenium IDE 录制)

seleniumide录制二次开发