webdriverio 6.0.9 → 6.0.13
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.
|
@@ -13,7 +13,7 @@ var _isElementDisplayed = _interopRequireDefault(require("../../scripts/isElemen
|
|
|
13
13
|
|
|
14
14
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
15
15
|
|
|
16
|
-
const noW3CEndpoint = ['microsoftedge', 'safari', 'chrome'];
|
|
16
|
+
const noW3CEndpoint = ['microsoftedge', 'safari', 'chrome', 'safari technology preview'];
|
|
17
17
|
|
|
18
18
|
async function isDisplayed() {
|
|
19
19
|
let browser = (0, _utils.getBrowserObject)(this);
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "webdriverio",
|
|
3
3
|
"description": "Next-gen browser automation test automation framework for Node.js",
|
|
4
|
-
"version": "6.0.
|
|
4
|
+
"version": "6.0.13",
|
|
5
5
|
"homepage": "https://webdriver.io",
|
|
6
6
|
"author": "Christian Bromann <christian@saucelabs.com>",
|
|
7
7
|
"license": "MIT",
|
|
@@ -55,13 +55,13 @@
|
|
|
55
55
|
"test:unit": "jest"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@wdio/config": "6.0.
|
|
59
|
-
"@wdio/logger": "6.0.
|
|
60
|
-
"@wdio/repl": "6.0.
|
|
61
|
-
"@wdio/utils": "6.0.
|
|
58
|
+
"@wdio/config": "6.0.12",
|
|
59
|
+
"@wdio/logger": "6.0.12",
|
|
60
|
+
"@wdio/repl": "6.0.13",
|
|
61
|
+
"@wdio/utils": "6.0.13",
|
|
62
62
|
"archiver": "^3.0.0",
|
|
63
63
|
"css-value": "^0.0.1",
|
|
64
|
-
"devtools": "6.0.
|
|
64
|
+
"devtools": "6.0.13",
|
|
65
65
|
"grapheme-splitter": "^1.0.2",
|
|
66
66
|
"lodash.clonedeep": "^4.5.0",
|
|
67
67
|
"lodash.isobject": "^3.0.2",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"resq": "^1.6.0",
|
|
71
71
|
"rgb2hex": "^0.1.0",
|
|
72
72
|
"serialize-error": "^6.0.0",
|
|
73
|
-
"webdriver": "6.0.
|
|
73
|
+
"webdriver": "6.0.13"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "dab0fc8fe4406eb3e02b9ad6c6898692de2d10f7"
|
|
76
76
|
}
|