honeydew 0.21.0 → 0.22.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -16,6 +16,10 @@ module Honeydew
|
|
16
16
|
perform_action :click_and_wait_for_new_window, :text => button_text, :type => 'Button'
|
17
17
|
end
|
18
18
|
|
19
|
+
def click_check_box(check_box_text)
|
20
|
+
perform_action :click, :text => check_box_text, :type => 'CheckBox'
|
21
|
+
end
|
22
|
+
|
19
23
|
def click_text text
|
20
24
|
perform_action :click, :text => text, :type => 'TextView'
|
21
25
|
end
|
data/lib/honeydew/version.rb
CHANGED
data/server/pom.xml
CHANGED
Binary file
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: honeydew
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.
|
5
|
+
version: 0.22.0
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Selvakumar Natesan
|
@@ -12,7 +12,7 @@ authors:
|
|
12
12
|
autorequire:
|
13
13
|
bindir: bin
|
14
14
|
cert_chain: []
|
15
|
-
date: 2013-08
|
15
|
+
date: 2013-10-08 00:00:00.000000000 Z
|
16
16
|
dependencies:
|
17
17
|
- !ruby/object:Gem::Dependency
|
18
18
|
name: activesupport
|
@@ -212,7 +212,7 @@ files:
|
|
212
212
|
- spec/honeydew/device_matchers_spec.rb
|
213
213
|
- spec/honeydew/device_spec.rb
|
214
214
|
- spec/spec_helper.rb
|
215
|
-
- server/target/honeydew-server-0.
|
215
|
+
- server/target/honeydew-server-0.22.0.jar
|
216
216
|
homepage:
|
217
217
|
licenses: []
|
218
218
|
post_install_message:
|
Binary file
|