The Selenium IDE is a plugin in the Firefox browser that records your actions on Firefox and replays its operations. It's easy to use, but I don't think it's very useful.
Reading Table of Contents
- Selenium IDE Introduction
- The role of the Selenium IDE
- Selenium IDE Online Installation method one
- Selenium IDE Installation Method two (locally installed)
- Selenium Why the IDE is not installed.
- Open Selenium
- How to use the Selenium IDE
- Introduction to the interface
- Export script
Selenium IDE Introduction
The Selenium IDE is a plugin in the Firefox browser that records your operations with Firefox and can replay its actions
The role of the Selenium IDE
In the actual automated test, the selenium IDE is not used because there is no logical judgment, or anything, inconvenient
The IDE is mainly used to assist, record the steps, lead to the Java language code, or you will not be positioned, or you will not be able to manipulate an element, you can record a look.
Selenium IDE Online Installation method one
Open Firefox, open: http://release.seleniumhq.org/selenium-ide/
Find the Selenium IDE link, Firefox will be prompted to install Plug-ins, directly installed on it.
Selenium IDE Installation Method two (locally installed)
Download the installation file here: http://release.seleniumhq.org/selenium-ide/
If can not open the website, perhaps the website is the wall, may to my network disk download Http://pan.baidu.com/s/1dDWBROH
After downloading Selenium-ide-2.9.0.xpi, directly to the Firefox can be installed directly
Selenium Why the IDE is not installed.
If your firefor can't install the 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 prevent Firefox from automatically upgrading
Open Selenium
Open Firefox and click Tools-> Selenium IDE. You can start selenium.
How to use the Selenium IDE
Simple to use, is recording and playback
Introduction to the interface
Export script
After recording, you can put the recorded script, export the code for the automation project to use
Above is the Java selenium Selenium IDE related data collation, follow-up continue to add, thank you for your support to this site!