Changelog History
Page 1
-
v7.0.0 Changes
May 13, 2020- (9d2e18e) refactor: use console.log instead of util.puts
utils.puts is no longer available in Node.JS 12
- (c281157) refactor: remove debugger and explore methods
BREAKING CHANGE: Debugger and explore methods are not compatable with Node 8+. Use
debugger
keyword instead. See: https://goo.gl/MvWqFh(7cdb978) build: update several dev packages that have security issues
(8e82835) build: update webdriver-manager
(a1fe5f2) ci: update tests to run on Node 10 and 12
(3fc9220) fix: prototype Pollution vulnerability through outdated yargs package
BREAKING CHANGE:
Node.Js version 6 and 8 are no longer supported. Please update to Node.Js 10+
Closes #5431
-
v6.0.0 Changes
March 23, 2019๐ Selenium 4 removes the control flow and most of these changes are based on those changes. To see the full list of changes, please refer to selenium-webdriver's CHANGELOG
๐ฅ Breaking changes
- ๐ Control flow is removed and you should use async await to run your tests.
- Other control flow related items:
- debugger, explore and element explorer have been removed
- jasminewd is no longer a dependency
- ๐ ignoreSynchronization has been deprecated and you should use
waitForAngularEnabled
- Types for selenium-webdriver are currently in the types/ directory and are not complete. We are still missing some type definitions for selenium 4.
- โ Actions API in selenium-webdriver have changed and they will break your test. Also we have not exported it yet since the type definitions are not complete.
๐ Features
(cf43651) chore(debugprint): convert debugprint to TypeScript (#5074)
(4672265) chore(browser): remove timing issues with restart and fork (#5085)
- remove .ready since forking should automatically return a browser
- getNewDriver should return a promised WebDriver that can be awaited
- fix interaction tests and local driver tests
- update unit tests for async await due to getNewDriver fix closes #5031
(b4dbcc2) chore(elementexplorer): remove explorer bin file (#5094)
closes #5092
(3b8f263) chore(ignoreSynchornization): clean up to use waitForAngularEnabled (#5071)
(ffa3519) chore(debugger): remove debugger and explore methods (#5070)
(c9db3f3) chore(promises): remove q promises and webdriver promises (#5052)
- remove q promises and webdriver promises from the runner, launcher, plugins, and taskRunner
- add deprecated message to element explorer.
- add unhandledRejection
- update browser versions used in travis tests
(e22065c) chore(promises): clean up driver providers and browser control flow (#5034)
Driver providers and tests:
- Use native promises over q promises in driver providers
Remove driverProviderUseExistingWebDriver since the generation of the selenium server is already accomplished when providing a selenium address in driverProvider.ts. Also clean up docs and tests.
Enabled the driverProviderLocal tests
Clean up JSDocs for q.promise Basic lib spec:
Remove auto unwrap test for a WebElement. Reference PR #3471 Browser:
Remove control flow from waitForAngularEnabled, waitForAngular, and angularAppRoot in the Browser class.
Dependencies
(96ae17c) deps(jasmine): upgrade jasmine 3.3 (#5102)
(d213aa9) deps(selenium): upgrade to selenium 4 (#5095)
- elements workaround for WebElement.equals
- added a better unhandled rejection warning message in the launcher control flow)bal function wrappers for mocha (these wrappers went away with
- fix the attach to session driver provider Typing exported from Protractor:
- removed ActionSequence and EventEmitter (actions is currently missing)
- removed promise.Promise fulfilled, filter, whener, delayed, createFlow, controlFlow, all, Typings exported from WebDriver:
- removed attachToSession
- removed WebDriver instance methods: touchActions, call
- removed WebElement getSize and getLocation for getRect
- removed redefined global vars for testing
- In the typings, we are missing Options.setScriptTimeout method. This should not impact users unless they are using the driver.manage() method. Tests:
- fix element equals test
- add missing 'await' in colorList test that is causing unhandled promise rejections.
- remove control flow related tests
- disable the install test. Installing from "file:../../" is not working.
- fix the attach to session driver provider test to exit with a 1 if errors are encountered
(509f1b2) deps(latest): upgrade to the gulp and typescript (#5089)
- deps(latest): upgrade to the gulp and typescript
- add in @types/loglevel and @types/yargs for webdriver-manager
- upgrade tslint clean up for tslint supported by gulpp 4 and remove run sequence since this feature is
- remove compile to es5
(2def202) deps(webdriver-manager): use replacement (#5088)
publish a beta release of use webdriver-manager-replacement until we webdriver-manager closes #5087
Miscellaneous
๐ Minor fixes to remove the control flow completely and to prevent random execution order in Jasmine 3.
-
v6.0.0-beta.0
December 25, 2018 -
v6.0.0-beta
December 25, 2018 -
v5.4.4 Changes
April 16, 2020๐ Fixes
- ๐ fix: security prototype pollution
-
v5.4.3 Changes
January 31, 2020Resolves #5348 which was causing incompatibility with TypeScript 3.7
-
v5.4.2 Changes
December 25, 2018๐ Features
- (db1b638) feat(saucelabs): add sauceRegion support for eu datacenters (#5083)
This change allows user to define the backend region from sauce via the
sauceRegion
property, e.g.sauceUser: process.env.SAUCE_USERNAME, sauceKey: process.env.SAUCE_ACCESS_KEY, sauceRegion: 'eu',
Will run the test against
https://ondemand.eu-central-1.saucelabs.com:443/wd/hub/.
sauceUser: process.env.SAUCE_USERNAME, sauceKey: process.env.SAUCE_ACCESS_KEY, sauceRegion: 'us', // the default sauceUser: process.env.SAUCE_USERNAME, sauceKey: process.env.SAUCE_ACCESS_KEY,
Will run the test against https://ondemand.saucelabs.com:443/wd/hub/
๐ Fixes
- (f5dbe13) fix(deps): @types/node is now a dev dependency
-
v5.4.1 Changes
September 10, 2018๐ Features
(7b08083) feat(driverProvider): Add useExistingWebDriver driver provider (#4756)
(249e657) feat(example): add examples of usage protractor framework with angular-material components; (#4891)
๐ Fixes
(39485ca) fix(typo): fixed typo in EC expectation alias (#4952)
(07fefeb) fix(browser): browser.navigate() return type. (#4932)
Changing return type of browser.navigate() to be Navigation instead of any.
- (0b1820c) fix(package-lock.json): update package-lock.json to match package.json. (#4931)
Dependencies
- (2632bb6) deps(webdriver_js_extender): update webdriver_js_extender to 2.1 (#4934)
-
v5.4.0 Changes
July 18, 2018๐ Features
- (03e2209) feat(driverProvider) Adding browserstackProxy param in BrowserStack driverProvider (#4852)
๐ Fixes
(492230a) fix(generate_doc.sh): Use ES6 lib to compile down to ES5 (#4884)
(ed955e5) fix(travisCI): Update Node versions (#4847)
(3702a70) fix(local): Ensure webdriver.gecko.driver path is passed to Selenium (#4502)
(1c6a1a8) fix(circleci): Switch to using circleci v2 syntax and fix build errors (#4837)
Dependencies
- (056eec2)
deps(webdriver_js_extender): update webdriver_js_extender to 2.0 (#4882)
- update webdriver_js_extender to 2.0
- update selenium typing to 3.0.10
-
v5.3.2 Changes
May 10, 2018๐ Fixes
- (4e0a57c) fix(test): fix async tests
Increase the scripts timeout
- (c6703a5) fix(doc): Spelling updates to comments in plugin.ts(#4797)
Updated some of the spelling errors/ punctuation mistakes for clearer understanding.
(76324b8) fix(cli): add more verbose warning if '_debugger' module cannot be found. (#4800)
(f8f490a) updated CHANGELOG based on sauceSeleniumAddress and sauceSeleniumUseHttp (#4793)
(6290f27) fix(generate-docs): fix generate-docs.sh. (#4765)
Ignore generated unstaged files before checking out to new branch; otherwise, the git checkout will fail.
Dependencies
- (948c7f2) fix(deps): Update saucelabs for security issue. (#4805)