watir_session 0.2.1 → 0.2.2
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 +4 -4
- data/lib/watir_session/watir_config.rb +0 -9
- data/watir_session.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2acf0694097b853501b4b9f3f304c67d4af716ed
|
4
|
+
data.tar.gz: b3c26fe70c3b1da9178b5e43c96d579a2c9d969a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b18385198c207ca4f076b328e8123275a816b6c850b5fc4f783f53da867e9dbaca33c7dcb45ebc30228c2d6fb373b8808357811bf8be3a0ee4a18f79613d2af
|
7
|
+
data.tar.gz: b0178daebcf81e18b092bd1253698e46251e2d207f02402328abfd18f170f49461c5398947ed796b53f81970e4953dddf86d918325beda6ac6970a66009856fa
|
@@ -15,15 +15,6 @@ class WatirConfig < WatirModel
|
|
15
15
|
# Time in seconds to wait to interact with an element
|
16
16
|
key(:watir_timeout) { (ENV['WATIR_TIMEOUT'] || '30').to_i }
|
17
17
|
|
18
|
-
# true means that when an element goes stale it is relocated
|
19
|
-
# false means that when an element goes stale, an exception is thrown
|
20
|
-
# Note: As currently implemented, this setting would be better named relocate_when_necessary
|
21
|
-
key(:always_locate) { ENV['ALWAYS_LOCATE'] != 'true' }
|
22
|
-
|
23
|
-
# true means elements will be located with CSS instead of XPATH when possible
|
24
|
-
# false means that elements will be located by XPATH instead of CSS when possible
|
25
|
-
key(:prefer_css) { ENV['PREFER_CSS'] == 'true' }
|
26
|
-
|
27
18
|
|
28
19
|
## --Test Options-- ##
|
29
20
|
|
data/watir_session.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: watir_session
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Titus Fortner
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-11-
|
11
|
+
date: 2016-11-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: watir
|