File tree Expand file tree Collapse file tree
server/src/org/openqa/selenium/server Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050verbose ( $DEBUG)
5151
5252def version
53- "2.51 .0"
53+ "2.52 .0"
5454end
5555ide_version = "2.8.0"
5656
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+
116v2.51.0
217=======
318
@@ -2085,3 +2100,5 @@ Grid:
20852100 * Track when a session has become orphaned. I.e., when the client sends no
20862101 commands after the initial session creation. This almost always indicates
20872102 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
22selenium.rc.revision=.0
3- selenium.core.version=2.51
3+ selenium.core.version=2.52
44selenium.core.revision=.0
Original file line number Diff line number Diff line change 33
44 <Description about =" urn:mozilla:install-manifest" >
556- <em : version >2.51 .0</em : version >
6+ <em : version >2.52 .0</em : version >
77 <em : type >2</em : type >
88 <em : name >Firefox WebDriver</em : name >
99 <em : description >WebDriver implementation for Firefox</em : description >
Original file line number Diff line number Diff line change 1515// specific language governing permissions and limitations
1616// under the License.
1717
18- Selenium . version = "2.51 " ;
18+ Selenium . version = "2.52 " ;
1919Selenium . revision = ".0" ;
2020
2121window . top . document . title += " v" + Selenium . version + Selenium . revision ;
You can’t perform that action at this time.
0 commit comments