From 98215a603fb798cdb4178e49061977544aaa45b7 Mon Sep 17 00:00:00 2001 From: wei <> Date: Sat, 10 Dec 2005 11:49:29 +0000 Subject: Initial import selenium functional test framework. --- .../selenium/doc/release-notes.html | 97 ++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 tests/FunctionalTests/selenium/doc/release-notes.html (limited to 'tests/FunctionalTests/selenium/doc/release-notes.html') diff --git a/tests/FunctionalTests/selenium/doc/release-notes.html b/tests/FunctionalTests/selenium/doc/release-notes.html new file mode 100644 index 00000000..f7b7971b --- /dev/null +++ b/tests/FunctionalTests/selenium/doc/release-notes.html @@ -0,0 +1,97 @@ + + + + Release Notes + + + + + +Release information for different distributions of Selenium + +

Selenium 0.6.0

+ +September 24, 2005 + +
+
pattern-matching
Support for regular-expression and exact matching. Allow patterns to be used to match alert and confirmation messages.
+
support for Javascript prompts
Capture and verify prompt-messages, set up return values.
+
fireEvent command
Allows arbitrary events to be raised.
+
logging
New "pop up" log window.
+ +
error-handling
Better handling and reporting of internal errors.
+
bug-fixes
Various defects fixed.
+
+ +

+See also: JIRA release-summary. +

+ +

Selenium 0.5.0

+ +June 19, 2005 + +
+
"waitForValue" command
Tells Selenium to wait until an input element has a specified value.
+
"close" command
Closes an open popup window
+
DOM Viewer
Now works in IE, show/hide works in all browsers
+
Option locators
Can now select options based on index, value or id, as well as label
+
verifyLocation
Now handles querystring in the url
+
selectWindow
Can now select windows that aren't assigned to a global variable
+
TestRunner hanging
Fixed problem found in some IE installations
+
+ +

+See also: JIRA release-summary. + +

Selenium 0.4.0

+ +May 20, 2005 + +

This release breaks backward compatibility in 3 ways: +

    +
  1. The 'click' command now requires the 'AndWait' suffix in order to wait for a page to reload. The 'nowait' parameter is no longer supported.
  2. +
  3. The previously undocumented 'link:' locator is now specified as 'link=the link text'
  4. +
  5. The previously undocumented 'setVariable' command has been renamed to 'store', with slightly different semantics.
  6. +
+

+ +
+
Safari support
Most Selenium features now work in Safari!
+
Click command doesn't wait
Use 'clickAndWait' to wait for a page reload
+
Locator specificity
Can use prefixes ('id=', 'xpath=' etc) to specify exactly which locator strategy to use.
+
Better XPath support
Works in Konqueror, and is faster on other platforms.
+
Javascript parameters
All parameters can now take a javascript{...} syntax, constructing the parameter value from javascript.
+
Handle 'AndWait' commands in popup windows
This bug has been fixed
+
Bug fixes
Many broken things fixed.
+
+ +

+See also: JIRA release-summary. + +

Selenium 0.3.0

+ +May 2, 2005 + + + + +

Selenium 0.2

+ +Jan 20, 2005 + + +
+
+ + -- cgit v1.2.3