Socket
Socket
Sign inDemoInstall

@wdio/types

Package Overview
Dependencies
Maintainers
3
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/types - npm Package Compare versions

Comparing version 8.31.1 to 8.32.2

40

build/Capabilities.d.ts

@@ -357,3 +357,3 @@ import type { WebdriverIO as WebDriverIOOptions, Connection as ConnectionOptions } from './Options.js';

}
export type MoonMobileDeviceOrientation = 'portait' | 'vertical' | 'landscape' | 'horizontal';
export type MoonMobileDeviceOrientation = 'portrait' | 'vertical' | 'landscape' | 'horizontal';
export interface MoonOptions extends SelenoidOptions {

@@ -1036,2 +1036,5 @@ mobileDevice?: {

platformName?: string;
deviceName?: string;
platformVersion?: string;
app?: string;
browserName?: string;

@@ -1044,2 +1047,3 @@ browserVersion?: string;

selenium_version?: string;
driver_version?: string;
headless?: boolean;

@@ -1060,3 +1064,3 @@ seCdp?: boolean;

buildTags?: Array<string>;
smartUiProject?: string;
'smartUI.project'?: string;
/**

@@ -1071,2 +1075,3 @@ * Use this capability to add names to the tests.

tags?: Array<string>;
devicelog?: boolean;
visual?: boolean;

@@ -1080,7 +1085,24 @@ video?: boolean;

tunnel?: boolean;
tunnelName?: string;
/**
* Capture browser console logs at various steps in the test.
*/
console?: 'warn' | 'error' | 'warn' | 'info' | 'true';
console?: 'warn' | 'error' | 'warn' | 'info' | 'true' | 'false';
network?: boolean;
timezone?: string;
geoLocation?: string;
location?: {
lat: string;
long: string;
};
language?: string;
locale?: string;
idleTimeout?: number;
queueTimeout?: number;
autoGrantPermissions?: boolean;
autoAcceptAlerts?: boolean;
otherApps?: Array<string>;
isRealMobile?: boolean;
networkThrottling?: string;
deviceOrientation?: 'portrait' | 'landscape';
}

@@ -1171,3 +1193,3 @@ export interface BrowserStackCapabilities {

/**
* BrowerStack triggers `BROWSERSTACK_IDLE_TIMEOUT` error when a session
* BrowserStack triggers `BROWSERSTACK_IDLE_TIMEOUT` error when a session
* is left idle for more than `idleTimeout` seconds. This happens as BrowserStack by

@@ -1293,2 +1315,12 @@ * default waits for the timeout duration for additional steps or commands

};
appStoreConfiguration?: {
username: string;
password: string;
};
gpsLocation?: string;
disableAnimations?: boolean;
midSessionInstallApps?: Array<string>;
uploadMedia?: Array<string>;
enablePasscode?: boolean;
deviceLogs?: boolean;
}

@@ -1295,0 +1327,0 @@ export interface SauceLabsVisualCapabilities {

4

package.json
{
"name": "@wdio/types",
"version": "8.31.1",
"version": "8.32.2",
"description": "Utility package providing type information for a variety of WebdriverIO interfaces",

@@ -35,3 +35,3 @@ "author": "Christian Bromann <mail@bromann.dev>",

},
"gitHead": "6e8c6f8013df7a9abf4be69934a9e88ba2dc6268"
"gitHead": "dd4ccd4bcbca4b5f97af81fc6ccee11cb8859654"
}

Sorry, the diff of this file is not supported yet

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