summaryrefslogtreecommitdiff
path: root/tests/FunctionalTests/selenium/doc/release-notes.html
blob: f7b7971bc4562ac7d365221ff56772e3cd4c720d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
  <title>Release Notes</title>
  <meta http-equiv="Content-Type"
 content="text/html; charset=windows-1252">
  <link href="index_files/selenium.css" type="text/css" rel="stylesheet">
</head>
<body>

Release information for different distributions of Selenium

<h2>Selenium 0.6.0</h2>

September 24, 2005

<dl>
  <dt>pattern-matching</dt> <dd>Support for regular-expression and exact matching.  Allow patterns to be used to match alert and confirmation messages.</dd>
  <dt>support for Javascript prompts</dt> <dd>Capture and verify prompt-messages, set up return values.</dd>
  <dt>fireEvent command</dt> <dd>Allows arbitrary events to be raised.</dd>
  <dt>logging</dt> <dd>New "pop up" log window.</dd>

  <dt>error-handling</dt> <dd>Better handling and reporting of internal errors.</dd>
  <dt>bug-fixes</dt> <dd>Various defects fixed.</dd>
</dl>

<p>
See also: <a href="http://jira.public.thoughtworks.org/secure/ReleaseNote.jspa?projectId=10030&styleName=Html&version=10150">JIRA release-summary</a>.
</p>

<h2>Selenium 0.5.0</h2>

June 19, 2005

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

<p>
See also: <a href="http://jira.public.thoughtworks.org/secure/ReleaseNote.jspa?projectId=10030&styleName=Html&version=10140">JIRA release-summary</a>.

<h2>Selenium 0.4.0</h2>

May 20, 2005

<p style="font-weight: bold;">This release breaks backward compatibility in 3 ways:
    <ol>
        <li>The 'click' command now requires the 'AndWait' suffix in order to wait for a page to reload. The 'nowait' parameter is no longer supported.</li>
        <li>The previously undocumented 'link:' locator is now specified as 'link=the link text'</li>
        <li>The previously undocumented 'setVariable' command has been renamed to 'store', with slightly different semantics.</li>
    </ol>
</p>

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

<p>
See also: <a href="http://jira.public.thoughtworks.org/secure/ReleaseNote.jspa?projectId=10030&styleName=Html&version=10120">JIRA release-summary</a>.

<h2>Selenium 0.3.0</h2>

May 2, 2005

<ul>
  <li><span style="font-weight: bold;">Standalone server for testing remote sites</span><br></li>
  <li><span style="font-weight: bold;">Improved in-browser user interface</span></li>
  <li><span style="font-weight: bold;">Zope product plug-in for Plone Content Management System</span></li>
  <li><span style="font-weight: bold;">Many, many bug fixes</span></li>
</ul>


<h2>Selenium 0.2</h2>

Jan 20, 2005

<ul>
  <li><span style="font-weight: bold;">Java and Ruby drivers</span><br>
  </li>
  <li><span style="font-weight: bold;">Cross browser capability improved</span></li>
</ul>
<br>
<br>
</body>
</html>