SeleniumIDE 安装与使用

Posted CSR-kkk

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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 安装与使用的主要内容,如果未能解决你的问题,请参考以下文章

自动化测试-webdriver(JAVA) Selenium IDE 用法

爬虫及web自动化SoEasy -- 使用python selenium 与 seleniumIDE

如何解决Selenium IDE与Firefox的不兼容问题?

软件测试之Selenium IDE

Selenium IDE安装

Selenium IDE的使用