selenium-webdriver 2.12.1 → 2.12.2

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGES CHANGED
@@ -1,3 +1,10 @@
1
+ 2.12.2 (2011-11-13)
2
+ ===================
3
+
4
+ * Firefox
5
+ * Fix issue where Firefox 8 would throw permission errors after document.domain was modified.
6
+ * Force window to the foreground on launch (see https://bugzilla.mozilla.org/show_bug.cgi?id=566671)
7
+
1
8
  2.12.1 (2011-11-11)
2
9
  ===================
3
10
 
@@ -59,7 +59,7 @@ module Selenium
59
59
 
60
60
  def start
61
61
  assert_profile
62
- @binary.start_with @profile, @profile_dir
62
+ @binary.start_with @profile, @profile_dir, "-foreground"
63
63
  end
64
64
 
65
65
  def start_silent_and_wait
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: selenium-webdriver
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 2.12.1
5
+ version: 2.12.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jari Bakken
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-11-11 00:00:00 +01:00
13
+ date: 2011-11-13 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency