interactor_ui_automation 0.1.0 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8eb60bd9a431460b2d5ead835e28487843b1316d
4
- data.tar.gz: dcdee02fc1199bce9971403c5ae3cebb38b3a6d9
3
+ metadata.gz: cc7b322ba79b62a56e0a669f7f03d4901a22992c
4
+ data.tar.gz: c090f91efbf02b15623a6d72e0575cd0e96d4c0d
5
5
  SHA512:
6
- metadata.gz: 9cd1d27fb588641291d548210ceb8e69e81da82976d58044d3946e143f6b6893f7e22a0824c8160fad6487b7ff4916a73a5c1772b475c27791c4dcc6520f9878
7
- data.tar.gz: 06a2dca45094893e8d56c68623de3a6b602eb6a865492ad4b30bc0fdc4821cb204a32bd8adc47b6bb87fd0d75f9c41d109ed8fd54d655a186a7c7fed81696458
6
+ metadata.gz: 9aaf8ddc55e7e5f65824f1000af131831c98c840ca7a4065ed9f06f85f90d7ae76c488ae7266cdcb78c9fe3a405f11205a21307bd051f0b65f7a0611b26a44d3
7
+ data.tar.gz: bd4231fc84a8031acf9bba326ef389bdd1acb353f5f06c9cd1720a42949f2274dd6f17ccedea6817bcc0e947afa357ba99546a0cb433eead2a2c2d0fbad6ccd9
@@ -24,7 +24,7 @@ module InteractorUIAutomation module Interactor class TextFieldInteractor < Base
24
24
  end
25
25
 
26
26
  def clear_text
27
- find_element.clear
27
+ find_element.send_keys([:control, 'a'], :delete)
28
28
  end
29
29
 
30
30
  private
@@ -1,3 +1,3 @@
1
1
  module InteractorUIAutomation
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: interactor_ui_automation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kevin Rood
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-03-27 00:00:00.000000000 Z
11
+ date: 2017-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler