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

@types/selenium-webdriver

Package Overview
Dependencies
Maintainers
1
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/selenium-webdriver - npm Package Compare versions

Comparing version

to
4.0.6

selenium-webdriver/lib/capabilities.d.ts

18

selenium-webdriver/edge.d.ts

@@ -28,20 +28,4 @@ import * as webdriver from './index';

*/
export class Options extends webdriver.Capabilities {
/**
* Sets the proxy settings for the new session.
* @param {capabilities.ProxyConfig} proxy The proxy configuration to use.
* @return {!Options} A self reference.
*/
setProxy(proxy: webdriver.ProxyConfig): Options;
export class Options extends webdriver.Capabilities {}
/**
* Sets the page load strategy for Edge.
* Supported values are 'normal', 'eager', and 'none';
*
* @param {string} pageLoadStrategy The page load strategy to use.
* @return {!Options} A self reference.
*/
setPageLoadStrategy(pageLoadStrategy: string): Options;
}
/**

@@ -48,0 +32,0 @@ * Creates {@link remote.DriverService} instances that manage a

{
"name": "@types/selenium-webdriver",
"version": "4.0.5",
"version": "4.0.6",
"description": "TypeScript definitions for Selenium WebDriverJS",

@@ -54,3 +54,3 @@ "license": "MIT",

"main": "",
"types": "index",
"types": "index.d.ts",
"repository": {

@@ -63,4 +63,4 @@ "type": "git",

"dependencies": {},
"typesPublisherContentHash": "2ffbc30fe02c8fc600cc2a41d32813fd3afca846dc8284f894d95d527db5d17b",
"typeScriptVersion": "2.4"
"typesPublisherContentHash": "fddb6ab9a0f4573caa171248f5f7da1a181c9778e35259c5f9d4f366e04e53aa",
"typeScriptVersion": "2.8"
}

@@ -8,6 +8,6 @@ # Installation

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selenium-webdriver
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/selenium-webdriver.
Additional Details
* Last updated: Mon, 14 Oct 2019 23:34:59 GMT
### Additional Details
* Last updated: Mon, 16 Dec 2019 11:34:48 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: none

# Credits
These definitions were written by Bill Armstrong <https://github.com/BillArmstrong>, Yuki Kokubun <https://github.com/Kuniwak>, Craig Nishina <https://github.com/cnishina>, Simon Gellis <https://github.com/SupernaviX>, Ben Dixon <https://github.com/bendxn>, Ziyu <https://github.com/oddui>, Johann Wolf <https://github.com/beta-vulgaris>, Aleksey Chemakin <https://github.com/Dzenly>, and thislooksfun <https://github.com/thislooksfun>.
These definitions were written by Bill Armstrong (https://github.com/BillArmstrong), Yuki Kokubun (https://github.com/Kuniwak), Craig Nishina (https://github.com/cnishina), Simon Gellis (https://github.com/SupernaviX), Ben Dixon (https://github.com/bendxn), Ziyu (https://github.com/oddui), Johann Wolf (https://github.com/beta-vulgaris), Aleksey Chemakin (https://github.com/Dzenly), and thislooksfun (https://github.com/thislooksfun).

@@ -38,7 +38,9 @@ import * as webdriver from './index';

/**
* Sets the logging preferences for the new session.
* @param {!./lib/logging.Preferences} prefs The logging preferences.
* Instruct the SafariDriver to use the Safari Technology Preview if true.
* Otherwise, use the release version of Safari. Defaults to using the release version of Safari.
*
* @param {boolean} useTechnologyPreview
* @return {!Options} A self reference.
*/
setLoggingPrefs(prefs: webdriver.logging.Preferences): Options;
setTechnologyPreview(useTechnologyPreview: boolean): Options;
}

@@ -45,0 +47,0 @@

Sorry, the diff of this file is too big to display