awetestlib 0.1.17-x86-mingw32 → 0.1.19-x86-mingw32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -137,7 +137,7 @@ module Awetestlib
137
137
  when 'S'
138
138
  Watir::Safari.attach(how, what)
139
139
  tmpbrowser = browser
140
- when 'C'
140
+ when 'C', 'GC'
141
141
  browser.window(how, /#{uri_decoded_pattern}/).use
142
142
  tmpbrowser = browser
143
143
  end
@@ -512,7 +512,7 @@ module Awetestlib
512
512
  close_modal_s # to close any leftover modal dialogs
513
513
  browser.close
514
514
  end
515
- when 'C'
515
+ when 'C', 'GC'
516
516
  if is_browser?(browser)
517
517
  url = browser.url
518
518
  title = browser.title
data/lib/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Awetestlib
2
- VERSION = "0.1.17"
2
+ VERSION = "0.1.19"
3
3
  VERSION_DATE = "2012-09-20"
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awetestlib
3
3
  version: !ruby/object:Gem::Version
4
- hash: 57
4
+ hash: 61
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 1
9
- - 17
10
- version: 0.1.17
9
+ - 19
10
+ version: 0.1.19
11
11
  platform: x86-mingw32
12
12
  authors:
13
13
  - Anthony Woo