New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wdio/sync

Package Overview
Dependencies
Maintainers
7
Versions
259
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/sync - npm Package Compare versions

Comparing version 6.1.14 to 6.2.0

4

package.json
{
"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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc