Skip to content

Commit 4e827a6

Browse files
committed
Bump gem version to 2.43.0 + update change log
1 parent a017fb7 commit 4e827a6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

rb/CHANGES

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
2.43.0 (???)
2-
============
1+
2.43.0 (2014-09-09)
2+
===================
33

44
* Make sure UnhandledAlertErrors includes the alert text if provided by the driver.
55
* Firefox
66
- Make sure the browser process is properly killed if silent startup hangs (#7392)
7+
- native events support for Firefox 24, 31 and 32
78
* Loosen websocket dependency to ~> 1.0
89
* Add support for `switch_to.parent_frame` (thanks abotalov)
910
* Fix download location for Selenium::Server.{latest,get} (#7049 - thanks marekj)

rb/selenium-webdriver.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ end
77

88
Gem::Specification.new do |s|
99
s.name = "selenium-webdriver"
10-
s.version = "2.43.0.dev"
10+
s.version = "2.43.0"
1111

1212
s.authors = ["Jari Bakken"]
1313
s.email = "[email protected]"

0 commit comments

Comments
 (0)