rautomation 0.9.0 → 0.9.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -6,11 +6,11 @@ module RAutomation
6
6
  include Locators
7
7
 
8
8
  def value
9
- UiaDll::get_control_value(hwnd)
9
+ UiaDll::get_control_value(search_information)
10
10
  end
11
11
 
12
12
  def set(value)
13
- UiaDll::set_control_value(hwnd, value)
13
+ UiaDll::set_control_value(search_information, value)
14
14
  end
15
15
 
16
16
  alias_method :exists?, :exist?
@@ -17,8 +17,8 @@ describe "MsUia::Window", :if => SpecHelper.adapter == :ms_uia do
17
17
 
18
18
  context "#send_keys" do
19
19
  it "send tab keystrokes to move focus between elements" do
20
- window.button(:value => "&About").focus
21
- window.button(:value => "&About").should be_focused
20
+ window.button(:value => "About").focus
21
+ window.button(:value => "About").should be_focused
22
22
 
23
23
  window.send_keys(:tab, :tab, :tab)
24
24
  button = window.button(:value => "Close")
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rautomation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jarmo Pertman
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-04-22 00:00:00.000000000 Z
11
+ date: 2013-04-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi