Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wdio/sync

Package Overview
Dependencies
Maintainers
4
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 5.6.0 to 5.6.3

2

build/executeHooksWithArgs.js

@@ -14,3 +14,3 @@ "use strict";

const log = (0, _logger.default)('wdio-sync');
const log = (0, _logger.default)('@wdio/sync');
/**

@@ -17,0 +17,0 @@ * Helper method to execute a row of hooks with certain parameters.

@@ -42,3 +42,3 @@ "use strict";

const log = (0, _logger.default)('wdio-sync');
const log = (0, _logger.default)('@wdio/sync');
/**

@@ -45,0 +45,0 @@ * execute test or hook synchronously

{
"name": "@wdio/sync",
"version": "5.6.0",
"version": "5.6.3",
"description": "A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously",

@@ -36,4 +36,4 @@ "author": "Christian Bromann <christian@saucelabs.com>",

"dependencies": {
"@wdio/config": "^5.6.0",
"@wdio/logger": "^5.6.0",
"@wdio/config": "^5.6.3",
"@wdio/logger": "^5.6.3",
"fibers": "^3.1.1"

@@ -44,3 +44,3 @@ },

},
"gitHead": "00bdd480d34757277d8b9f4f62f504311671a82e"
"gitHead": "63ac0243ab13faf562b5e539ef84e727543dead1"
}

@@ -156,3 +156,3 @@ /// <reference types="node"/>

func: Function
): undefined;
): void;
$$(

@@ -166,10 +166,10 @@ selector: string | Function

value: any
): undefined;
clearValue(): undefined;
click(): undefined;
doubleClick(): undefined;
): void;
clearValue(): void;
click(): void;
doubleClick(): void;
dragAndDrop(
target: Element,
duration?: number
): undefined;
): void;
getAttribute(

@@ -207,25 +207,27 @@ attributeName: string

yoffset?: number
): undefined;
): void;
saveScreenshot(
filename: string
): Buffer;
scrollIntoView(): undefined;
scrollIntoView(
scrollIntoViewOptions?: object | boolean
): void;
selectByAttribute(
attribute: string,
value: string
): undefined;
): void;
selectByIndex(
index: number
): undefined;
): void;
selectByVisibleText(
text: string
): undefined;
): void;
setValue(
value: any
): undefined;
shadow$$(): undefined;
shadow$(): undefined;
): void;
shadow$$(): void;
shadow$(): void;
touchAction(
action: TouchActions
): undefined;
): void;
waitForDisplayed(

@@ -235,3 +237,3 @@ ms?: number,

error?: string
): undefined;
): void;
waitForEnabled(

@@ -241,3 +243,3 @@ ms?: number,

error?: string
): undefined;
): void;
waitForExist(

@@ -247,3 +249,3 @@ ms?: number,

error?: string
): undefined;
): void;
}

@@ -265,3 +267,3 @@

attachToElement?: boolean
): undefined;
): void;
execute: Execute;

@@ -276,3 +278,3 @@ executeAsync: ExecuteAsync;

interval?: number
): undefined
): void
$$(

@@ -284,6 +286,6 @@ selector: string | Function

): Element;
debug(): undefined;
debug(): void;
deleteCookies(
names?: string[]
): undefined;
): void;
getCookies(

@@ -294,3 +296,3 @@ names?: string[]

value: string | string[]
): undefined;
): void;
newWindow(

@@ -303,4 +305,4 @@ url: string,

milliseconds: number
): undefined;
reloadSession(): undefined;
): void;
reloadSession(): void;
saveScreenshot(

@@ -311,12 +313,12 @@ filepath: string

cookie: Cookie
): undefined;
): void;
setTimeout(
timeouts: Timeouts
): undefined;
): void;
switchWindow(
urlOrTitleToMatch: string | RegExp
): undefined;
): void;
touchAction(
action: TouchActions
): undefined;
): void;
url(

@@ -323,0 +325,0 @@ url?: string

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