File tree Expand file tree Collapse file tree 5 files changed +22
-5
lines changed
server/src/org/openqa/selenium/server Expand file tree Collapse file tree 5 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 50
50
verbose ( $DEBUG)
51
51
52
52
def version
53
- "2.51 .0"
53
+ "2.52 .0"
54
54
end
55
55
ide_version = "2.8.0"
56
56
Original file line number Diff line number Diff line change
1
+ v2.52.0
2
+ =======
3
+
4
+ Firefox:
5
+ * Weakening platform restriction to enable 64-bit support
6
+ * Fixing closed window handling in FF45
7
+ * Implementing a capability that disables overlapping checks - "overlappingCheckDisabled"
8
+
9
+ WebDriver:
10
+ * Fix deselecting options in <select>, actually throw Exceptions documented
11
+ * handle special case spellcheck attribute Fixes #1605
12
+
13
+ Grid:
14
+ * Allow forwarded response to be modified by CommandListener
15
+
1
16
v2.51.0
2
17
=======
3
18
@@ -2085,3 +2100,5 @@ Grid:
2085
2100
* Track when a session has become orphaned. I.e., when the client sends no
2086
2101
commands after the initial session creation. This almost always indicates
2087
2102
the client is no longer connected and the session is unusable immediately.
2103
+
2104
+
Original file line number Diff line number Diff line change 1
- selenium.rc.version=2.51
1
+ selenium.rc.version=2.52
2
2
selenium.rc.revision=.0
3
- selenium.core.version=2.51
3
+ selenium.core.version=2.52
4
4
selenium.core.revision=.0
Original file line number Diff line number Diff line change 3
3
4
4
<Description about =" urn:mozilla:install-manifest" >
5
5
6
- <em : version >2.51 .0</em : version >
6
+ <em : version >2.52 .0</em : version >
7
7
<em : type >2</em : type >
8
8
<em : name >Firefox WebDriver</em : name >
9
9
<em : description >WebDriver implementation for Firefox</em : description >
Original file line number Diff line number Diff line change 15
15
// specific language governing permissions and limitations
16
16
// under the License.
17
17
18
- Selenium . version = "2.51 " ;
18
+ Selenium . version = "2.52 " ;
19
19
Selenium . revision = ".0" ;
20
20
21
21
window . top . document . title += " v" + Selenium . version + Selenium . revision ;
You can’t perform that action at this time.
0 commit comments