@types/selenium-webdriver
Advanced tools
Comparing version 3.0.0 to 3.0.1
@@ -62,3 +62,2 @@ import * as webdriver from './index'; | ||
/** | ||
@@ -74,3 +73,2 @@ * Add additional command line arguments to use when launching the Chrome | ||
/** | ||
@@ -85,3 +83,2 @@ * List of Chrome command line switches to exclude that ChromeDriver by default | ||
/** | ||
@@ -97,3 +94,2 @@ * Add additional extensions to install when launching Chrome. Each extension | ||
/** | ||
@@ -112,3 +108,2 @@ * Sets the path to the Chrome binary to use. On Mac OS X, this path should | ||
/** | ||
@@ -124,3 +119,2 @@ * Sets whether to leave the started Chrome browser running if the controlling | ||
/** | ||
@@ -134,3 +128,2 @@ * Sets the user preferences for Chrome's user profile. See the 'Preferences' | ||
/** | ||
@@ -169,3 +162,2 @@ * Sets the logging preferences for the new session. | ||
/** | ||
@@ -179,3 +171,2 @@ * Sets preferences for the 'Local State' file in Chrome's user data | ||
/** | ||
@@ -191,3 +182,2 @@ * Sets the name of the activity hosting a Chrome-based Android WebView. This | ||
/** | ||
@@ -203,3 +193,2 @@ * Sets the device serial number to connect to via ADB. If not specified, the | ||
/** | ||
@@ -213,3 +202,2 @@ * Configures the ChromeDriver to launch Chrome on Android via adb. This | ||
/** | ||
@@ -224,3 +212,2 @@ * Sets the package name of the Chrome or WebView app. | ||
/** | ||
@@ -236,3 +223,2 @@ * Sets the process name of the Activity hosting the WebView (as given by `ps`). | ||
/** | ||
@@ -248,3 +234,2 @@ * Sets whether to connect to an already-running instead of the specified | ||
/** | ||
@@ -258,3 +243,2 @@ * Sets the path to Chrome's log file. This path should exist on the machine | ||
/** | ||
@@ -268,3 +252,2 @@ * Sets the directory to store Chrome minidumps in. This option is only | ||
/** | ||
@@ -315,3 +298,2 @@ * Configures Chrome to emulate a mobile device. For more information, refer | ||
/** | ||
@@ -351,3 +333,2 @@ * Converts this options instance to a {@link webdriver.Capabilities} object. | ||
/** | ||
@@ -361,3 +342,2 @@ * Sets the path of the log file the driver should log to. If a log file is | ||
/** | ||
@@ -369,3 +349,2 @@ * Enables verbose logging. | ||
/** | ||
@@ -372,0 +351,0 @@ * Sets the number of threads the driver should use to manage HTTP requests. |
@@ -30,3 +30,2 @@ import * as webdriver from './index'; | ||
export class Options { | ||
/** | ||
@@ -33,0 +32,0 @@ * Extracts the MicrosoftEdgeDriver specific options from the given |
@@ -23,3 +23,2 @@ import * as webdriver from './index'; | ||
/** | ||
@@ -34,3 +33,2 @@ * Launches Firefox and eturns a promise that will be fulfilled when the process | ||
/** | ||
@@ -64,3 +62,2 @@ * Kills the managed Firefox process. | ||
/** | ||
@@ -76,3 +73,2 @@ * Sets a desired preference for this profile. | ||
/** | ||
@@ -88,3 +84,2 @@ * Returns the currently configured value of a profile preference. This does | ||
/** | ||
@@ -97,3 +92,2 @@ * @return {number} The port this profile is currently configured to use, or | ||
/** | ||
@@ -105,3 +99,2 @@ * Sets the port to use for the WebDriver extension loaded by this profile. | ||
/** | ||
@@ -113,3 +106,2 @@ * @return {boolean} Whether the FirefoxDriver is configured to automatically | ||
/** | ||
@@ -122,3 +114,2 @@ * Sets whether the FirefoxDriver should automatically accept untrusted SSL | ||
/** | ||
@@ -130,3 +121,2 @@ * Sets whether to assume untrusted certificates come from untrusted issuers. | ||
/** | ||
@@ -138,3 +128,2 @@ * @return {boolean} Whether to assume untrusted certs come from untrusted | ||
/** | ||
@@ -146,3 +135,2 @@ * Sets whether to use native events with this profile. | ||
/** | ||
@@ -154,3 +142,2 @@ * Returns whether native events are enabled in this profile. | ||
/** | ||
@@ -167,3 +154,2 @@ * Writes this profile to disk. | ||
/** | ||
@@ -281,3 +267,2 @@ * Encodes this profile as a zipped, base64 encoded directory. | ||
/** | ||
@@ -323,2 +308,1 @@ * This function is a no-op as file detectors are not supported by this | ||
} | ||
@@ -45,3 +45,2 @@ import * as webdriver from './index'; | ||
export function post(path: string): any; | ||
@@ -48,0 +47,0 @@ export function del(path: string): any; |
{ | ||
"name": "@types/selenium-webdriver", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "TypeScript definitions for Selenium WebDriverJS", | ||
@@ -32,4 +32,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "b17277342236c38f18b6e0acc8af9f15f8f4ffb1283ec57bb7c3a252227b3ebf", | ||
"typesPublisherContentHash": "2764e8ff81d494fa40847b8ec9fa1fac507ceab233496e30c5ec17745b7deeba", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 08 Mar 2017 08:29:55 GMT | ||
* Last updated: Wed, 29 Mar 2017 23:26:33 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ * Global values: none |
@@ -69,4 +69,3 @@ import * as webdriver from './index'; | ||
export module DriverService { | ||
export namespace DriverService { | ||
/** | ||
@@ -76,3 +75,3 @@ * Creates {@link DriverService} objects that manage a WebDriver server in a | ||
*/ | ||
export class Builder { | ||
class Builder { | ||
/** | ||
@@ -95,3 +94,2 @@ * @param {string} exe Path to the executable to use. This executable must | ||
/** | ||
@@ -125,3 +123,2 @@ * Sets the host name to access the server on. If specified, the | ||
/** | ||
@@ -128,0 +125,0 @@ * Sets the port to start the server on. |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
239403
5830