safariwatir 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/safariwatir/scripter.rb +1 -1
  2. metadata +2 -2
@@ -92,7 +92,7 @@ if (element) {
92
92
 
93
93
  def initialize(scripter = JavaScripter.new)
94
94
  @js = scripter
95
- @app = AS.app("Safari")
95
+ @app = Appscript.app("Safari")
96
96
  @document = @app.documents[1]
97
97
  end
98
98
 
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.8.11
3
3
  specification_version: 1
4
4
  name: safariwatir
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.2.1
7
- date: 2006-12-24 00:00:00 -06:00
6
+ version: 0.2.2
7
+ date: 2007-01-20 00:00:00 -06:00
8
8
  summary: Automated testing tool for web applications.
9
9
  require_paths:
10
10
  - .