watir-webdriver 0.3.7 → 0.3.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -186,7 +186,7 @@ module Watir
|
|
186
186
|
|
187
187
|
def present?
|
188
188
|
exists? && visible?
|
189
|
-
rescue Selenium::WebDriver::Error::ObsoleteElementError
|
189
|
+
rescue Selenium::WebDriver::Error::ObsoleteElementError, UnknownObjectException
|
190
190
|
# if the element disappears between the exists? and visible? calls,
|
191
191
|
# consider it not present.
|
192
192
|
false
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: watir-webdriver
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 3
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 3
|
9
|
-
-
|
10
|
-
version: 0.3.
|
9
|
+
- 8
|
10
|
+
version: 0.3.8
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jari Bakken
|