File tree Expand file tree Collapse file tree 5 files changed +29
-9
lines changed
server/src/org/openqa/selenium/server Expand file tree Collapse file tree 5 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 50
50
verbose ( $DEBUG)
51
51
52
52
def version
53
- "2.50.1 "
53
+ "2.51.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.51.0
2
+ =======
3
+
4
+ Firefox:
5
+ * finding another edge case where we need to check -1 from the right and bottom of the element's rect
6
+ * stop gap to help with elementFromPoint not being completely reliable
7
+ * Implementing ability to return non-boolean capabilities
8
+ * Bumping up the max version
9
+ * Fixing scrolling to elements in overflow:hidden blocks. Fixes issue #1527
10
+ * Fixing issue #1509
11
+ * Deleting deprecated constant
12
+ * Deleting unused method FirefoxBinary.createProfile
13
+
14
+ WebDriver:
15
+ * Fixing httpOnly cookies in HtmlUnit driver
16
+ * Adding close connection support to HttpClient to combat hanging open files Fixes #1080
17
+ * Increasing log buffer max size
18
+ * optimize JsonToBeanConverter In case the input is a JsonNull, return null asap.
19
+ * Add toString() to DefaultElementLocator
20
+ * fix #1575
21
+
1
22
v2.50.1
2
23
=======
3
24
@@ -2064,4 +2085,3 @@ Grid:
2064
2085
* Track when a session has become orphaned. I.e., when the client sends no
2065
2086
commands after the initial session creation. This almost always indicates
2066
2087
the client is no longer connected and the session is unusable immediately.
2067
- ----
Original file line number Diff line number Diff line change 1
- selenium.rc.version=2.50
2
- selenium.rc.revision=.1
3
- selenium.core.version=2.50
4
- selenium.core.revision=.1
1
+ selenium.rc.version=2.51
2
+ selenium.rc.revision=.0
3
+ selenium.core.version=2.51
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.50.1 </em : version >
6
+ <em : version >2.51.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.50 " ;
19
- Selenium . revision = ".1 " ;
18
+ Selenium . version = "2.51 " ;
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