@wdio/sync
Advanced tools
Comparing version 6.1.14 to 6.2.0
{ | ||
"name": "@wdio/sync", | ||
"version": "6.1.14", | ||
"version": "6.2.0", | ||
"description": "A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously", | ||
@@ -43,3 +43,3 @@ "author": "Christian Bromann <christian@saucelabs.com>", | ||
}, | ||
"gitHead": "1db0b8de0f2efd9e63bf76b01fe01f7e9985f03f" | ||
"gitHead": "aa726eb714e6f9cd8d6e59dba8af97c79053547f" | ||
} |
@@ -66,3 +66,3 @@ WebdriverIO Sync | ||
remote({ | ||
runner: true, | ||
runner: 'local', | ||
outputDir: __dirname, | ||
@@ -84,3 +84,3 @@ capabilities: { | ||
While using `@wdio/sync` you can still switch between both boths by using the `browser.call()` command. It allows you to run async code and return the result into a synchronous environment. For example: | ||
While using `@wdio/sync` you can still switch between both by using the `browser.call()` command. It allows you to run async code and return the result into a synchronous environment. For example: | ||
@@ -87,0 +87,0 @@ ```js |
@@ -1044,3 +1044,3 @@ // -------------------- ATTENTION -------------------- | ||
* Uploads a file to the Selenium Standalone server or other browser driver | ||
* (e.g. Chromedriver) by using the [`file`](/api/protocol/file.html) command. | ||
* (e.g. Chromedriver) by using the [`file`](docs/api/selenium.html#file) command. | ||
* _Note:_ that this command is only supported if you use a Selenium Hub or | ||
@@ -1047,0 +1047,0 @@ * Chromedriver directly. |