appium_console 0.0.23 → 0.0.24

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- OGFjNDc1ZmNkOGNmY2QxNjdhZDEzYjQ0YWE0OTI5MTQ5NDUzZGQwNA==
4
+ Mzc1YjE4M2Y4MWE0NGQzNWRkMDRhNGU2NTJiZjMyODYwYzJhYzg5Zg==
5
5
  data.tar.gz: !binary |-
6
- OGM0YjUyOTQwYWUyY2RjOTEwZDVmOGYxMTMwNmNmM2EwM2JiOWY3OQ==
6
+ Yjg5M2ZiMmRlY2RiNWQ2NzI2MWE5NmU5NTc3MzgzOTNhZDBhZWRmNQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZTk3YTdmZjQzYzEwYzdiNGY1ZGJiN2YyZGJjNzYxOWJiMTg3ZDYxMmE0MzE1
10
- YjNmYWYzMGQ2ZTgzOGVmMDU3YWRkMmJkNDg0YTFjYWJkMjQ3NmUyMWE1MWM5
11
- M2VmM2ZmMjc2N2U5YjNhNjQyZjEwOTk2Yjg3NDc5MThiOTE3NTU=
9
+ NzY5NTI0ZDk1NzRhMGNlNjkwZjJhNzQ0ZDc2ZmMxZTc5NTJjZGRkN2U2ZDQ2
10
+ ZTMyMzZmMDJjZmUyYzI3OWFiOTMyMjlhMGViNmNiZTFjMjk2ODJlZDczZTYy
11
+ MmFiMjkyMjc1MTMxMGM2ZDkzYzllZDE4YTQ5MGI1NzIzYmRhMmY=
12
12
  data.tar.gz: !binary |-
13
- ODY4OGQxMTZiNGQ1M2QzNTFkOWE3ZjgxN2U0YjQxZjI1NDFiN2ZlM2I1ODdk
14
- NDk3MzQ0NmU3Y2UzYTIwYTJkZWEwYWE4MDhmMTFhNjkyNWQxYjExY2JjOTE5
15
- ZTNiYzRmYTJhZGMxNjEwMzE2N2FlYjdlMGEyNjkwZjMwNDJmNWI=
13
+ MjNiMWU3NzlmNzYwMWMyMWU0NTNjNTExYjI3YmZmMjEzMDFhZTI1Yzc4YmNj
14
+ MzIyMTJhNWYxOWVlMmMzMjk4NDk5ZTg0MjY2M2VmM2IxMWJmYjZkMzhjZWQy
15
+ Y2QxZGFjNDI4OGEzYzE5YzQ2NmYxNzRmNTNjZTY2NDc0MjRhZDU=
@@ -1,9 +1,10 @@
1
1
  # encoding: utf-8
2
2
  require 'rubygems'
3
+ Gem::Specification.class_eval { def self.warn( args ); end }
3
4
  require 'pry'
4
5
  require 'appium_lib'
5
6
 
6
7
  start = File.expand_path "../start.rb", __FILE__
7
8
  cmd = ['-r', start]
8
9
  $stdout.puts 'pry ' + cmd.join(' ')
9
- Pry::CLI.parse_options cmd
10
+ Pry::CLI.parse_options cmd
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
2
  module AppiumConsole
3
- VERSION = '0.0.23' unless defined? ::AppiumConsole::VERSION
4
- DATE = '2013-03-27' unless defined? ::AppiumConsole::DATE
3
+ VERSION = '0.0.24' unless defined? ::AppiumConsole::VERSION
4
+ DATE = '2013-03-28' unless defined? ::AppiumConsole::DATE
5
5
  end
data/readme.md CHANGED
@@ -106,7 +106,9 @@ text | UIAStaticText
106
106
  --
107
107
 
108
108
  - `source` Prints a JSON view of the current page.
109
-
109
+ - `(Element) name(name)` Returns the first element matching name. Android name is the content description.
110
+ iOS uses accessibility label with a fallback to text.
111
+ - `(Array<Element>) names(name)` Returns all elements matching name.
110
112
  --
111
113
 
112
114
  #### alert
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appium_console
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.23
4
+ version: 0.0.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - code@bootstraponline.com
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-03-27 00:00:00.000000000 Z
11
+ date: 2013-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: appium_lib
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - ! '>='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.0.23
19
+ version: 0.0.24
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - ! '>='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.0.23
26
+ version: 0.0.24
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: pry
29
29
  requirement: !ruby/object:Gem::Requirement