Selenium IDE is a plug-in for the Firefox browser. It records your operations on Firefox and can play back its operations. The usage is simple, but I don't think this is of much use
Reading Contents
Introduction to Selenium IDE
Selenium IDE is a plug-in for the Firefox browser. It records your operations on Firefox and can play back its operations.
The role of Selenium IDE
In actual automated testing, Selenium IDE will not be used because there is no logical judgment, and it is not convenient.
The IDE is mainly used to assist. It records the operation steps and is derived into Java language code. You can either not locate it or you cannot operate an element. You can record it and take a look.
Selenium IDE online installation method 1
Open Firefox, open: http://release.seleniumhq.org/selenium-ide/
Find the link to Selenium IDE, and firefox will prompt you to install the plug-in, just install it directly.
Selenium IDE installation method 2 (local installation)
Download the installation file here: http://release.seleniumhq.org/selenium-ide/
If you can't open the website, the website may be walled. You can download it from my network disk http://pan.baidu.com/s/1dDWBROH
After downloading selenium-ide-2.9.0.xpi, drag it directly into Firefox and install it directly.
The reason why Selenium IDE cannot be installed.
If your firefor cannot install Selenium IDE, the most likely reason is that your Firefox version is too high.
It is recommended to install a lower version of firefox and prohibit automatic upgrade of Firefox
Open Selenium
Open Firefox, click Tools-> Selenium IDE. You can start Selenium
How to use Selenium IDE
Easy to use, just record and playback
Interface introduction
Export script
After recording, you can export the recorded scripts and codes for use in automation projects.
The above is the relevant information of java selenium Selenium IDE, and we will continue to add it later. Thank you for your support for this site!