Is there a version of Selenium IDE Selenium 2?

I'm new to Selenium and I'm a bit confused about version numbers. Selenium 2.0 was launched in 2011. I just downloaded the Selenium IDE extension and this is the version 1.7.2. Is there also a release 2.0 IDE, or is there 1. x, vaguely contain code 2.0?

I checked the Selenium HQ , which says it 1.7.2is the latest version of the Selenium IDE .

+5
source share
8 answers

The top of Selenium releases has always been a mess. The significant difference between Selenium 1 and 2 is that Selenium 1 used the Selenium remote control interface, and Selenium 2 is based on WebDriver. This means: Selenium 2 tests are those that you write in code, for example. in Java, in an object oriented fashion. Everything you record or a script using the Selenium IDE uses the Selenium RC interface, which still works with Selenium 2 for backward compatibility. So there is no Selenium IDE 2.

+13
source

, Selenium IDE, Se Builder, Selenium 2. , - .

+3

Selenium IDE 2.0. Selenium IDE Selenium 1.0, 2.0

+2

selenium IDE 1.9.0.

, 2.0 IDE, IDE 1.9.0 firefox.

Selenium 2.25.0

+2

Selenium IDE 2.9.x IDE java "Java/TestNG/WebDriver" "Java/JUnit4/WebDriver", .

#, Python, Ruby .. Selenium 2 WebDriver.

+1

Selenium IDE 1.7 is the latest version .. which is updated by selenium commands and compatible with firefox ... we do not have selenium IDE 2 for the same

thank

0
source

The latest ide version is 1.9.0. To support web drivers, you need to download additional formats, such as php formatters, etc.

0
source

All Articles