sparkling_watir 0.0.5 → 0.0.6

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,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 54f71df6f4b8e0ceb12704a5cf715840de8938bc6869acd23842d75af023190c
4
- data.tar.gz: b37575d1b9aa5e422f69b7a9bd3343336d93e0696d5e977b5ee5ffb9d62f37e8
3
+ metadata.gz: ae75e34993f4157622af726376482b2bd6c938ea3d5d68c1bd462ba5e7c9d34b
4
+ data.tar.gz: b99094bad380b895c7681076d7757b7de6a010293b9bc142d1df64d65f1137c4
5
5
  SHA512:
6
- metadata.gz: 23e94769776fadcb8dd912fc1b857a34690719212867446ca2d300b7dfa1a1a2260251f71d01ba9bac9701cca8b7317891e07c1b6e9157fff60c4041ca1394ee
7
- data.tar.gz: e0e4f5d9fa929e79813a577aecaf3ccc34298bc322dba70684cb5cf511f0289a9edabd53c44032203d6ada657136f6df6324c818f4809619aa66a1f67ee34e45
6
+ metadata.gz: 7ab57a76e8604fc53b31396d3a89f975976ffc04b2e9981d8dcb1526a3bfc218406c5b9f0ac748d56a58ac2a90a7593eb1657aba8542d1e8cb17d8b3a18c7c60
7
+ data.tar.gz: caff6f76a090d0ced86e92588f10484eb71dce687f4e89ea6b0f99fab417962a5e1908edb09e1d1932c0caac3c55e54035fbac53c87ae36c0038d55e0eb2597a
@@ -73,16 +73,14 @@ module SparklingWatir
73
73
  wd.attribute(attribute_name)
74
74
  end
75
75
 
76
- def value
76
+ def text
77
77
  if driver.capabilities[:platform_name] == 'Android'
78
78
  attribute('text')
79
79
  else
80
- attribute('value')
80
+ attribute('name')
81
81
  end
82
82
  end
83
83
 
84
- alias text value
85
-
86
84
  private
87
85
 
88
86
  def locate
@@ -5,7 +5,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
5
5
 
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = 'sparkling_watir'
8
- spec.version = '0.0.5'
8
+ spec.version = '0.0.6'
9
9
  spec.authors = ['Agustin Pequeno']
10
10
  spec.email = ['agustin.pe94@gmail.com']
11
11
  spec.homepage = 'https://github.com/aguspe/sparkling_watir'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sparkling_watir
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Agustin Pequeno