Socket
Socket
Sign inDemoInstall

@wdio/protocols

Package Overview
Dependencies
Maintainers
7
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wdio/protocols - npm Package Compare versions

Comparing version 6.0.0-alpha.0 to 6.0.0-alpha.1

5

package.json
{
"name": "@wdio/protocols",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"description": "Utility package providing information about automation protocols",

@@ -13,2 +13,3 @@ "author": "Christian Bromann <christian@saucelabs.com>",

"scripts": {
"compile": "echo \"nothing to compile\"",
"build": "echo \"nothing to build\"",

@@ -31,3 +32,3 @@ "test": "echo \"run json linting tests\""

},
"gitHead": "834043765c1a803f3f6e784ca4599b02e92c6f5e"
"gitHead": "1b11d192fa30cd92724a21e3febbf40b9e5b3ba2"
}

40

protocols/chromium.json

@@ -6,3 +6,3 @@ {

"description": "Whether a simple dialog is currently open.",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/alert_commands.cc#L42-L49",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/alert_commands.cc#L42-L49",
"examples": [

@@ -72,3 +72,3 @@ [

"description": "Determines load status for active window handle.",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/session_commands.cc#L783-L802",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/session_commands.cc#L783-L802",
"examples": [

@@ -93,3 +93,3 @@ [

"description": "Takes a heap snapshot of the current execution context.",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/chrome/web_view.h#L198-L202",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/chrome/web_view.h#L198-L202",
"parameters": [],

@@ -128,3 +128,3 @@ "returns": {

"name": "connectionType",
"description": "A bitmask to represent the network connection type. Airplane Mode (`1`), Wi-Fi only (`2`), Wi-Fi and data (`6`), 4G (`8`), 3G (`10`), 2G (`20`). By default [Wi-Fi and data are enabled](https://github.com/bayandin/chromedriver/blob/2.45/chrome/chrome_desktop_impl.cc#L36-L37)."
"description": "A bitmask to represent the network connection type. Airplane Mode (`1`), Wi-Fi only (`2`), Wi-Fi and data (`6`), 4G (`8`), 3G (`10`), 2G (`20`). By default [Wi-Fi and data are enabled](https://github.com/bayandin/chromedriver/blob/v2.45/chrome/chrome_desktop_impl.cc#L36-L37)."
}

@@ -169,3 +169,3 @@ },

"description": "Get current network conditions used for emulation.",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/session_commands.cc#L839-L859",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/session_commands.cc#L839-L859",
"parameters": [],

@@ -181,3 +181,3 @@ "returns": {

"description": "Set network conditions used for emulation by throttling connection.",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/window_commands.cc#L1663-L1722",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/window_commands.cc#L1663-L1722",
"examples": [

@@ -209,3 +209,3 @@ [

"type": "string",
"description": "Name of [network throttling preset](https://github.com/bayandin/chromedriver/blob/2.45/chrome/network_list.cc#L12-L25). `GPRS`, `Regular 2G`, `Good 2G`, `Regular 3G`, `Good 3G`, `Regular 4G`, `DSL`, `WiFi` or `No throttling` to disable. When preset is specified values passed in first argument are not respected.",
"description": "Name of [network throttling preset](https://github.com/bayandin/chromedriver/blob/v2.45/chrome/network_list.cc#L12-L25). `GPRS`, `Regular 2G`, `Good 2G`, `Regular 3G`, `Good 3G`, `Regular 4G`, `DSL`, `WiFi` or `No throttling` to disable. When preset is specified values passed in first argument are not respected.",
"required": false

@@ -217,3 +217,3 @@ }]

"description": "Disable any network throttling which might have been set. Equivalent of setting the `No throttling` preset.",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/window_commands.cc#L1724-L1745",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/window_commands.cc#L1724-L1745",
"parameters": []

@@ -226,3 +226,3 @@ }

"description": "Send a command to the DevTools debugger.<br>For a list of available commands and their parameters refer to the [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/).",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/window_commands.cc#L1290-L1304",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/window_commands.cc#L1290-L1304",
"parameters": [{

@@ -245,3 +245,3 @@ "name": "cmd",

"description": "Send a command to the DevTools debugger and wait for the result.<br>For a list of available commands and their parameters refer to the [Chrome DevTools Protocol Viewer](https://chromedevtools.github.io/devtools-protocol/).",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/window_commands.cc#L1306-L1320",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/window_commands.cc#L1306-L1320",
"parameters": [{

@@ -286,3 +286,3 @@ "name": "cmd",

"description": "Upload a file to remote machine on which the browser is running.",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/session_commands.cc#L1037-L1065",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/session_commands.cc#L1037-L1065",
"parameters": [{

@@ -303,5 +303,5 @@ "name": "file",

"POST": {
"command": "launchApp",
"command": "launchChromeApp",
"description": "Launches a Chrome app by specified id.",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/session_commands.cc#L521-L539",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/session_commands.cc#L521-L539",
"examples": [

@@ -321,3 +321,3 @@ [

"});",
"browser.launchApp('aohghmighlieiainnegkcijnfilokake')); // Google Docs (https://chrome.google.com/webstore/detail/docs/aohghmighlieiainnegkcijnfilokake)"
"browser.launchChromeApp('aohghmighlieiainnegkcijnfilokake')); // Google Docs (https://chrome.google.com/webstore/detail/docs/aohghmighlieiainnegkcijnfilokake)"
]

@@ -337,3 +337,3 @@ ],

"description": "Retrieves the value of a given form control element.",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/element_commands.cc#L431-L443",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/element_commands.cc#L431-L443",
"variables": [{

@@ -355,3 +355,3 @@ "name": "elementId",

"description": "Enable hover state for an element, which is reset upon next interaction.",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/element_commands.cc#L126-L146",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/element_commands.cc#L126-L146",
"variables": [{

@@ -368,3 +368,3 @@ "name": "elementId",

"description": "Trigger a pinch zoom effect.",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/window_commands.cc#L813-L827",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/window_commands.cc#L813-L827",
"parameters": [{

@@ -392,3 +392,3 @@ "name": "x",

"description": "Freeze the current page. Extension for [Page Lifecycle API](https://developers.google.com/web/updates/2018/07/page-lifecycle-api).",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/window_commands.cc#L625-L633",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/window_commands.cc#L625-L633",
"parameters": []

@@ -401,3 +401,3 @@ }

"description": "Resume the current page. Extension for [Page Lifecycle API](https://developers.google.com/web/updates/2018/07/page-lifecycle-api).",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/window_commands.cc#L635-L645",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/window_commands.cc#L635-L645",
"parameters": []

@@ -410,3 +410,3 @@ }

"description": "Shutdown ChromeDriver process and consequently terminating all active sessions.",
"ref": "https://github.com/bayandin/chromedriver/blob/2.45/session_commands.cc#L489-L498",
"ref": "https://github.com/bayandin/chromedriver/blob/v2.45/session_commands.cc#L489-L498",
"parameters": []

@@ -413,0 +413,0 @@ }

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