oxygen-cli 1.40.2-beta.1 → 1.40.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (442) hide show
  1. package/CHANGELOG.md +1750 -1742
  2. package/LICENSE +672 -672
  3. package/README.md +37 -37
  4. package/build/core/OxygenCore.js +1 -1
  5. package/build/core/OxygenEvents.js +1 -1
  6. package/build/core/OxygenModule.js +1 -1
  7. package/build/core/OxygenService.js +1 -1
  8. package/build/core/OxygenSubModule.js +1 -1
  9. package/build/core/WebDriverModule.js +1 -1
  10. package/build/core/utils.js +1 -1
  11. package/build/errors/HookError.js +1 -1
  12. package/build/errors/ModuleError.js +1 -1
  13. package/build/errors/ModuleUnavailableError.js +1 -1
  14. package/build/errors/OxygenError.js +1 -1
  15. package/build/errors/ScriptNotFound.js +1 -1
  16. package/build/errors/helper.js +1 -2
  17. package/build/index.js +1 -1
  18. package/build/lib/cli-util.js +1 -5
  19. package/build/lib/cli.js +1 -1
  20. package/build/lib/debugger.js +1 -1
  21. package/build/lib/img-merge.js +1 -1
  22. package/build/lib/launcher.js +1 -1
  23. package/build/lib/logger.js +43 -43
  24. package/build/lib/moduleRequire.js +1 -1
  25. package/build/lib/parallel-launcher.js +1 -1
  26. package/build/lib/param-manager.js +1 -1
  27. package/build/lib/param-reader-csv.js +1 -1
  28. package/build/lib/param-reader-excel.js +1 -1
  29. package/build/lib/param-reader-json.js +1 -1
  30. package/build/lib/text-to-image.js +1 -1
  31. package/build/lib/util.js +1 -1
  32. package/build/model/case-result.js +1 -1
  33. package/build/model/failure.js +1 -1
  34. package/build/model/status.js +1 -1
  35. package/build/model/step-result.js +1 -1
  36. package/build/model/suite-result.js +1 -1
  37. package/build/model/test-result.js +1 -1
  38. package/build/model/testcase.js +1 -1
  39. package/build/model/testsuite.js +1 -1
  40. package/build/ox_modules/index.js +1 -9
  41. package/build/ox_modules/module-assert.js +37 -37
  42. package/build/ox_modules/module-date.js +24 -24
  43. package/build/ox_modules/module-db.js +52 -52
  44. package/build/ox_modules/module-email.js +59 -59
  45. package/build/ox_modules/module-eyes.js +34 -34
  46. package/build/ox_modules/module-http/ntlm-util.js +10 -10
  47. package/build/ox_modules/module-http/ntlm.js +15 -15
  48. package/build/ox_modules/module-http.js +132 -132
  49. package/build/ox_modules/module-log.js +27 -27
  50. package/build/ox_modules/module-mailinator.js +87 -87
  51. package/build/ox_modules/module-mob/commands/alertAccept.js +17 -17
  52. package/build/ox_modules/module-mob/commands/alertDismiss.js +17 -17
  53. package/build/ox_modules/module-mob/commands/assertAlert.js +20 -20
  54. package/build/ox_modules/module-mob/commands/assertText.js +21 -21
  55. package/build/ox_modules/module-mob/commands/assertTitle.js +19 -19
  56. package/build/ox_modules/module-mob/commands/assertValue.js +18 -18
  57. package/build/ox_modules/module-mob/commands/back.js +16 -16
  58. package/build/ox_modules/module-mob/commands/clear.js +19 -19
  59. package/build/ox_modules/module-mob/commands/click.js +17 -17
  60. package/build/ox_modules/module-mob/commands/clickHidden.js +17 -17
  61. package/build/ox_modules/module-mob/commands/clickLong.js +18 -18
  62. package/build/ox_modules/module-mob/commands/clickMultipleTimes.js +18 -18
  63. package/build/ox_modules/module-mob/commands/closeApp.js +16 -16
  64. package/build/ox_modules/module-mob/commands/debug.js +16 -16
  65. package/build/ox_modules/module-mob/commands/dragAndDrop.js +19 -19
  66. package/build/ox_modules/module-mob/commands/enableNetwork.js +27 -27
  67. package/build/ox_modules/module-mob/commands/execute.js +21 -21
  68. package/build/ox_modules/module-mob/commands/findElement.js +20 -20
  69. package/build/ox_modules/module-mob/commands/findElements.js +23 -23
  70. package/build/ox_modules/module-mob/commands/getAlertText.js +17 -17
  71. package/build/ox_modules/module-mob/commands/getAppiumLogs.js +16 -16
  72. package/build/ox_modules/module-mob/commands/getBrowserLogs.js +16 -16
  73. package/build/ox_modules/module-mob/commands/getCurrentActivity.js +15 -15
  74. package/build/ox_modules/module-mob/commands/getCurrentPackage.js +15 -15
  75. package/build/ox_modules/module-mob/commands/getDeviceLogs.js +16 -16
  76. package/build/ox_modules/module-mob/commands/getDeviceTime.js +16 -16
  77. package/build/ox_modules/module-mob/commands/getLocation.js +20 -20
  78. package/build/ox_modules/module-mob/commands/getSource.js +16 -16
  79. package/build/ox_modules/module-mob/commands/getText.js +18 -18
  80. package/build/ox_modules/module-mob/commands/getTitle.js +13 -13
  81. package/build/ox_modules/module-mob/commands/getUrl.js +17 -17
  82. package/build/ox_modules/module-mob/commands/getValue.js +18 -18
  83. package/build/ox_modules/module-mob/commands/getWindowHandles.js +17 -17
  84. package/build/ox_modules/module-mob/commands/hideKeyboard.js +21 -21
  85. package/build/ox_modules/module-mob/commands/index.js +1 -1
  86. package/build/ox_modules/module-mob/commands/installApp.js +16 -16
  87. package/build/ox_modules/module-mob/commands/isAppInstalled.js +16 -16
  88. package/build/ox_modules/module-mob/commands/isCheckable.js +18 -18
  89. package/build/ox_modules/module-mob/commands/isChecked.js +18 -18
  90. package/build/ox_modules/module-mob/commands/isClickable.js +18 -18
  91. package/build/ox_modules/module-mob/commands/isExist.js +19 -19
  92. package/build/ox_modules/module-mob/commands/isSelected.js +23 -23
  93. package/build/ox_modules/module-mob/commands/isVisible.js +19 -19
  94. package/build/ox_modules/module-mob/commands/isWebViewContext.js +16 -16
  95. package/build/ox_modules/module-mob/commands/launchApp.js +15 -15
  96. package/build/ox_modules/module-mob/commands/longPressKeyCode.js +18 -18
  97. package/build/ox_modules/module-mob/commands/open.js +17 -17
  98. package/build/ox_modules/module-mob/commands/pause.js +16 -16
  99. package/build/ox_modules/module-mob/commands/removeApp.js +16 -16
  100. package/build/ox_modules/module-mob/commands/resetApp.js +15 -15
  101. package/build/ox_modules/module-mob/commands/scrollIntoElement.js +22 -22
  102. package/build/ox_modules/module-mob/commands/scrollIntoView.js +27 -27
  103. package/build/ox_modules/module-mob/commands/select.js +24 -24
  104. package/build/ox_modules/module-mob/commands/selectFrame.js +23 -23
  105. package/build/ox_modules/module-mob/commands/selectWindow.js +28 -28
  106. package/build/ox_modules/module-mob/commands/sendKeys.js +29 -29
  107. package/build/ox_modules/module-mob/commands/setContext.js +16 -16
  108. package/build/ox_modules/module-mob/commands/setNativeContext.js +15 -15
  109. package/build/ox_modules/module-mob/commands/setTimeout.js +21 -21
  110. package/build/ox_modules/module-mob/commands/setWebViewContext.js +16 -16
  111. package/build/ox_modules/module-mob/commands/shake.js +16 -16
  112. package/build/ox_modules/module-mob/commands/smsClickLink.js +19 -19
  113. package/build/ox_modules/module-mob/commands/smsGetText.js +20 -20
  114. package/build/ox_modules/module-mob/commands/swipe.js +20 -20
  115. package/build/ox_modules/module-mob/commands/swipeElement.js +20 -20
  116. package/build/ox_modules/module-mob/commands/swipeScreen.js +20 -20
  117. package/build/ox_modules/module-mob/commands/takeScreenshot.js +17 -17
  118. package/build/ox_modules/module-mob/commands/tap.js +17 -17
  119. package/build/ox_modules/module-mob/commands/type.js +20 -20
  120. package/build/ox_modules/module-mob/commands/unlockPattern.js +22 -22
  121. package/build/ox_modules/module-mob/commands/waitForExist.js +18 -18
  122. package/build/ox_modules/module-mob/commands/waitForInteractable.js +17 -17
  123. package/build/ox_modules/module-mob/commands/waitForVisible.js +17 -17
  124. package/build/ox_modules/module-mob.js +74 -74
  125. package/build/ox_modules/module-pdf.js +35 -35
  126. package/build/ox_modules/module-proxy.js +77 -77
  127. package/build/ox_modules/module-serial.js +55 -55
  128. package/build/ox_modules/module-shell.js +52 -33
  129. package/build/ox_modules/module-soap.js +72 -72
  130. package/build/ox_modules/module-twilio.js +41 -41
  131. package/build/ox_modules/module-utils.js +91 -91
  132. package/build/ox_modules/module-web/commands/alertAccept.js +17 -17
  133. package/build/ox_modules/module-web/commands/alertDismiss.js +17 -17
  134. package/build/ox_modules/module-web/commands/assertAlert.js +20 -20
  135. package/build/ox_modules/module-web/commands/assertExist.js +17 -17
  136. package/build/ox_modules/module-web/commands/assertSelectedLabel.js +21 -21
  137. package/build/ox_modules/module-web/commands/assertSelectedValue.js +21 -21
  138. package/build/ox_modules/module-web/commands/assertText.js +21 -21
  139. package/build/ox_modules/module-web/commands/assertTextNotPresent.js +18 -18
  140. package/build/ox_modules/module-web/commands/assertTextPresent.js +18 -18
  141. package/build/ox_modules/module-web/commands/assertTitle.js +19 -19
  142. package/build/ox_modules/module-web/commands/assertValue.js +20 -20
  143. package/build/ox_modules/module-web/commands/back.js +16 -16
  144. package/build/ox_modules/module-web/commands/clear.js +18 -18
  145. package/build/ox_modules/module-web/commands/click.js +25 -25
  146. package/build/ox_modules/module-web/commands/clickHidden.js +23 -23
  147. package/build/ox_modules/module-web/commands/closeWindow.js +15 -15
  148. package/build/ox_modules/module-web/commands/debug.js +15 -15
  149. package/build/ox_modules/module-web/commands/deleteCookies.js +12 -12
  150. package/build/ox_modules/module-web/commands/deselect.js +22 -22
  151. package/build/ox_modules/module-web/commands/doubleClick.js +17 -17
  152. package/build/ox_modules/module-web/commands/dragAndDrop.js +20 -20
  153. package/build/ox_modules/module-web/commands/execute.js +24 -24
  154. package/build/ox_modules/module-web/commands/fileBrowse.js +18 -18
  155. package/build/ox_modules/module-web/commands/findElement.js +19 -19
  156. package/build/ox_modules/module-web/commands/findElements.js +22 -22
  157. package/build/ox_modules/module-web/commands/fullscreenWindow.js +14 -14
  158. package/build/ox_modules/module-web/commands/getAlertText.js +16 -16
  159. package/build/ox_modules/module-web/commands/getAttribute.js +19 -19
  160. package/build/ox_modules/module-web/commands/getBrowserLogs.js +17 -17
  161. package/build/ox_modules/module-web/commands/getCookies.js +13 -13
  162. package/build/ox_modules/module-web/commands/getCssValue.js +19 -19
  163. package/build/ox_modules/module-web/commands/getElementCount.js +17 -17
  164. package/build/ox_modules/module-web/commands/getHTML.js +17 -17
  165. package/build/ox_modules/module-web/commands/getSource.js +16 -16
  166. package/build/ox_modules/module-web/commands/getText.js +18 -18
  167. package/build/ox_modules/module-web/commands/getTitle.js +12 -12
  168. package/build/ox_modules/module-web/commands/getUrl.js +16 -16
  169. package/build/ox_modules/module-web/commands/getValue.js +18 -18
  170. package/build/ox_modules/module-web/commands/getWindowHandles.js +16 -16
  171. package/build/ox_modules/module-web/commands/getWindowSize.js +16 -16
  172. package/build/ox_modules/module-web/commands/getXMLPageSource.js +16 -16
  173. package/build/ox_modules/module-web/commands/index.js +1 -1
  174. package/build/ox_modules/module-web/commands/isAlertPresent.js +16 -16
  175. package/build/ox_modules/module-web/commands/isChecked.js +18 -18
  176. package/build/ox_modules/module-web/commands/isExist.js +19 -19
  177. package/build/ox_modules/module-web/commands/isInteractable.js +22 -22
  178. package/build/ox_modules/module-web/commands/isSelected.js +23 -23
  179. package/build/ox_modules/module-web/commands/isVisible.js +19 -19
  180. package/build/ox_modules/module-web/commands/makeVisible.js +25 -25
  181. package/build/ox_modules/module-web/commands/maximizeWindow.js +14 -14
  182. package/build/ox_modules/module-web/commands/minimizeWindow.js +14 -14
  183. package/build/ox_modules/module-web/commands/mock.js +20 -20
  184. package/build/ox_modules/module-web/commands/mockClearAll.js +12 -12
  185. package/build/ox_modules/module-web/commands/mockRestoreAll.js +12 -12
  186. package/build/ox_modules/module-web/commands/newWindow.js +16 -16
  187. package/build/ox_modules/module-web/commands/open.js +16 -16
  188. package/build/ox_modules/module-web/commands/pause.js +15 -15
  189. package/build/ox_modules/module-web/commands/point.js +21 -21
  190. package/build/ox_modules/module-web/commands/pointJS.js +15 -15
  191. package/build/ox_modules/module-web/commands/refresh.js +15 -15
  192. package/build/ox_modules/module-web/commands/rightClick.js +17 -17
  193. package/build/ox_modules/module-web/commands/rightClickActions.js +19 -19
  194. package/build/ox_modules/module-web/commands/scrollToElement.js +21 -21
  195. package/build/ox_modules/module-web/commands/select.js +23 -23
  196. package/build/ox_modules/module-web/commands/selectFrame.js +24 -24
  197. package/build/ox_modules/module-web/commands/selectWindow.js +27 -27
  198. package/build/ox_modules/module-web/commands/sendKeys.js +22 -22
  199. package/build/ox_modules/module-web/commands/setAutoWaitForAngular.js +20 -20
  200. package/build/ox_modules/module-web/commands/setTimeout.js +21 -21
  201. package/build/ox_modules/module-web/commands/setWindowSize.js +17 -17
  202. package/build/ox_modules/module-web/commands/takeScreenshot.js +17 -17
  203. package/build/ox_modules/module-web/commands/type.js +20 -20
  204. package/build/ox_modules/module-web/commands/verifyAlert.js +20 -20
  205. package/build/ox_modules/module-web/commands/verifyExist.js +17 -17
  206. package/build/ox_modules/module-web/commands/verifySelectedLabel.js +21 -21
  207. package/build/ox_modules/module-web/commands/verifySelectedValue.js +21 -21
  208. package/build/ox_modules/module-web/commands/verifyText.js +21 -21
  209. package/build/ox_modules/module-web/commands/verifyTextNotPresent.js +18 -18
  210. package/build/ox_modules/module-web/commands/verifyTextPresent.js +18 -18
  211. package/build/ox_modules/module-web/commands/verifyTitle.js +19 -19
  212. package/build/ox_modules/module-web/commands/verifyValue.js +20 -20
  213. package/build/ox_modules/module-web/commands/waitForAngular.js +19 -19
  214. package/build/ox_modules/module-web/commands/waitForExist.js +17 -17
  215. package/build/ox_modules/module-web/commands/waitForInteractable.js +17 -17
  216. package/build/ox_modules/module-web/commands/waitForNotExist.js +17 -17
  217. package/build/ox_modules/module-web/commands/waitForNotText.js +20 -20
  218. package/build/ox_modules/module-web/commands/waitForNotValue.js +20 -20
  219. package/build/ox_modules/module-web/commands/waitForText.js +20 -20
  220. package/build/ox_modules/module-web/commands/waitForValue.js +20 -20
  221. package/build/ox_modules/module-web/commands/waitForVisible.js +17 -17
  222. package/build/ox_modules/module-web/commands/waitForWindow.js +22 -22
  223. package/build/ox_modules/module-web.js +94 -94
  224. package/build/ox_modules/module-win/commands/assertText.js +17 -17
  225. package/build/ox_modules/module-win/commands/assertTitle.js +15 -15
  226. package/build/ox_modules/module-win/commands/assertValue.js +14 -14
  227. package/build/ox_modules/module-win/commands/back.js +11 -11
  228. package/build/ox_modules/module-win/commands/clear.js +13 -13
  229. package/build/ox_modules/module-win/commands/click.js +13 -13
  230. package/build/ox_modules/module-win/commands/clickLong.js +14 -14
  231. package/build/ox_modules/module-win/commands/clickMultipleTimes.js +14 -14
  232. package/build/ox_modules/module-win/commands/findElement.js +15 -15
  233. package/build/ox_modules/module-win/commands/findElements.js +15 -15
  234. package/build/ox_modules/module-win/commands/getAppiumLogs.js +12 -12
  235. package/build/ox_modules/module-win/commands/getCurrentWindowHandle.js +15 -15
  236. package/build/ox_modules/module-win/commands/getLocation.js +14 -14
  237. package/build/ox_modules/module-win/commands/getSource.js +12 -12
  238. package/build/ox_modules/module-win/commands/getText.js +14 -14
  239. package/build/ox_modules/module-win/commands/getValue.js +14 -14
  240. package/build/ox_modules/module-win/commands/getWindowHandles.js +15 -15
  241. package/build/ox_modules/module-win/commands/index.js +1 -1
  242. package/build/ox_modules/module-win/commands/isCheckable.js +14 -14
  243. package/build/ox_modules/module-win/commands/isChecked.js +14 -14
  244. package/build/ox_modules/module-win/commands/isClickable.js +14 -14
  245. package/build/ox_modules/module-win/commands/isExist.js +15 -15
  246. package/build/ox_modules/module-win/commands/isSelected.js +14 -14
  247. package/build/ox_modules/module-win/commands/isVisible.js +15 -15
  248. package/build/ox_modules/module-win/commands/open.js +13 -13
  249. package/build/ox_modules/module-win/commands/pause.js +12 -12
  250. package/build/ox_modules/module-win/commands/rightClick.js +13 -13
  251. package/build/ox_modules/module-win/commands/selectWindow.js +23 -23
  252. package/build/ox_modules/module-win/commands/sendKeys.js +22 -22
  253. package/build/ox_modules/module-win/commands/setTimeout.js +17 -17
  254. package/build/ox_modules/module-win/commands/takeScreenshot.js +16 -16
  255. package/build/ox_modules/module-win/commands/tap.js +13 -13
  256. package/build/ox_modules/module-win/commands/type.js +16 -16
  257. package/build/ox_modules/module-win/commands/waitForExist.js +14 -14
  258. package/build/ox_modules/module-win/commands/waitForInteractable.js +16 -16
  259. package/build/ox_modules/module-win/commands/waitForVisible.js +13 -13
  260. package/build/ox_modules/module-win.js +47 -47
  261. package/build/ox_modules/utils.js +8 -8
  262. package/build/ox_reporters/excel/template.json +48 -48
  263. package/build/ox_reporters/html/index.ejs +163 -163
  264. package/build/ox_reporters/html/summary.ejs +77 -77
  265. package/build/ox_reporters/html/tests-details.ejs +134 -134
  266. package/build/ox_reporters/html/tests-devices-browsers.ejs +83 -83
  267. package/build/ox_reporters/reporter-excel.js +1 -1
  268. package/build/ox_reporters/reporter-html.js +1 -1
  269. package/build/ox_reporters/reporter-json.js +1 -1
  270. package/build/ox_reporters/reporter-junit.js +1 -1
  271. package/build/ox_reporters/reporter-pdf.js +1 -1
  272. package/build/ox_reporters/reporter-rp.js +73 -42
  273. package/build/ox_reporters/reporter-xml.js +1 -1
  274. package/build/ox_services/service-devtools/submodule-network.js +1 -1
  275. package/build/ox_services/service-devtools.js +1 -1
  276. package/build/reporter/FileReporterBase.js +1 -1
  277. package/build/reporter/ReportAggregator.js +5 -13
  278. package/build/reporter/ReporterBase.js +1 -1
  279. package/build/reporter/WebSocketReporter.js +1 -1
  280. package/build/runners/WorkerProcess.js +1 -1
  281. package/build/runners/cucumber/CucumberEventListener.js +1 -1
  282. package/build/runners/cucumber/CucumberReporter.js +1 -1
  283. package/build/runners/cucumber/CucumberWorker.js +1 -1
  284. package/build/runners/cucumber/index.js +1 -1
  285. package/build/runners/cucumber/worker.js +1 -1
  286. package/build/runners/index.js +1 -1
  287. package/build/runners/oxygen/OxygenWorker.js +1 -1
  288. package/build/runners/oxygen/index.js +1 -1
  289. package/build/runners/oxygen/worker.js +1 -1
  290. package/config/default.json +6 -6
  291. package/package.json +137 -139
  292. package/types/index.d.ts +70 -70
  293. package/types/module-eyes.d.ts +39 -39
  294. package/types/module-http.d.ts +163 -163
  295. package/types/module-log.d.ts +34 -34
  296. package/types/module-mob.d.ts +966 -966
  297. package/types/module-pdf.d.ts +40 -40
  298. package/types/module-proxy.d.ts +100 -100
  299. package/types/module-shell.d.ts +24 -24
  300. package/types/module-utils.d.ts +99 -99
  301. package/types/module-web.d.ts +1053 -1053
  302. package/types/module-win.d.ts +352 -352
  303. package/types/oxygen.d.ts +53 -53
  304. package/build/ox_modules/module-mongo.js +0 -302
  305. package/log.txt +0 -1614
  306. package/reports/2025-06-08_231627/report.html +0 -440
  307. package/reports/2025-06-09_223615/report.html +0 -440
  308. package/transpiled/mongodb/etc/prepare.js +0 -18
  309. package/transpiled/mongodb/lib/admin.js +0 -182
  310. package/transpiled/mongodb/lib/beta.js +0 -26
  311. package/transpiled/mongodb/lib/bson.js +0 -220
  312. package/transpiled/mongodb/lib/bulk/common.js +0 -1041
  313. package/transpiled/mongodb/lib/bulk/ordered.js +0 -76
  314. package/transpiled/mongodb/lib/bulk/unordered.js +0 -102
  315. package/transpiled/mongodb/lib/change_stream.js +0 -517
  316. package/transpiled/mongodb/lib/client-side-encryption/auto_encrypter.js +0 -329
  317. package/transpiled/mongodb/lib/client-side-encryption/client_encryption.js +0 -779
  318. package/transpiled/mongodb/lib/client-side-encryption/crypto_callbacks.js +0 -95
  319. package/transpiled/mongodb/lib/client-side-encryption/errors.js +0 -171
  320. package/transpiled/mongodb/lib/client-side-encryption/mongocryptd_manager.js +0 -98
  321. package/transpiled/mongodb/lib/client-side-encryption/providers/aws.js +0 -34
  322. package/transpiled/mongodb/lib/client-side-encryption/providers/azure.js +0 -186
  323. package/transpiled/mongodb/lib/client-side-encryption/providers/gcp.js +0 -29
  324. package/transpiled/mongodb/lib/client-side-encryption/providers/index.js +0 -58
  325. package/transpiled/mongodb/lib/client-side-encryption/state_machine.js +0 -505
  326. package/transpiled/mongodb/lib/cmap/auth/auth_provider.js +0 -63
  327. package/transpiled/mongodb/lib/cmap/auth/aws_temporary_credentials.js +0 -167
  328. package/transpiled/mongodb/lib/cmap/auth/gssapi.js +0 -207
  329. package/transpiled/mongodb/lib/cmap/auth/mongo_credentials.js +0 -193
  330. package/transpiled/mongodb/lib/cmap/auth/mongodb_aws.js +0 -181
  331. package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/automated_callback_workflow.js +0 -101
  332. package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/azure_machine_workflow.js +0 -81
  333. package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/callback_workflow.js +0 -174
  334. package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/command_builders.js +0 -59
  335. package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/gcp_machine_workflow.js +0 -58
  336. package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/human_callback_workflow.js +0 -138
  337. package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/k8s_machine_workflow.js +0 -42
  338. package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/token_cache.js +0 -71
  339. package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/token_machine_workflow.js +0 -34
  340. package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc.js +0 -111
  341. package/transpiled/mongodb/lib/cmap/auth/plain.js +0 -43
  342. package/transpiled/mongodb/lib/cmap/auth/providers.js +0 -22
  343. package/transpiled/mongodb/lib/cmap/auth/scram.js +0 -318
  344. package/transpiled/mongodb/lib/cmap/auth/x509.js +0 -61
  345. package/transpiled/mongodb/lib/cmap/command_monitoring_events.js +0 -266
  346. package/transpiled/mongodb/lib/cmap/commands.js +0 -605
  347. package/transpiled/mongodb/lib/cmap/connect.js +0 -418
  348. package/transpiled/mongodb/lib/cmap/connection.js +0 -673
  349. package/transpiled/mongodb/lib/cmap/connection_pool.js +0 -688
  350. package/transpiled/mongodb/lib/cmap/connection_pool_events.js +0 -254
  351. package/transpiled/mongodb/lib/cmap/errors.js +0 -128
  352. package/transpiled/mongodb/lib/cmap/handshake/client_metadata.js +0 -278
  353. package/transpiled/mongodb/lib/cmap/metrics.js +0 -67
  354. package/transpiled/mongodb/lib/cmap/stream_description.js +0 -74
  355. package/transpiled/mongodb/lib/cmap/wire_protocol/compression.js +0 -196
  356. package/transpiled/mongodb/lib/cmap/wire_protocol/constants.js +0 -19
  357. package/transpiled/mongodb/lib/cmap/wire_protocol/on_data.js +0 -144
  358. package/transpiled/mongodb/lib/cmap/wire_protocol/on_demand/document.js +0 -278
  359. package/transpiled/mongodb/lib/cmap/wire_protocol/responses.js +0 -376
  360. package/transpiled/mongodb/lib/cmap/wire_protocol/shared.js +0 -49
  361. package/transpiled/mongodb/lib/collection.js +0 -852
  362. package/transpiled/mongodb/lib/connection_string.js +0 -1452
  363. package/transpiled/mongodb/lib/constants.js +0 -162
  364. package/transpiled/mongodb/lib/cursor/abstract_cursor.js +0 -1082
  365. package/transpiled/mongodb/lib/cursor/aggregation_cursor.js +0 -227
  366. package/transpiled/mongodb/lib/cursor/change_stream_cursor.js +0 -136
  367. package/transpiled/mongodb/lib/cursor/client_bulk_write_cursor.js +0 -69
  368. package/transpiled/mongodb/lib/cursor/find_cursor.js +0 -476
  369. package/transpiled/mongodb/lib/cursor/list_collections_cursor.js +0 -48
  370. package/transpiled/mongodb/lib/cursor/list_indexes_cursor.js +0 -46
  371. package/transpiled/mongodb/lib/cursor/list_search_indexes_cursor.js +0 -30
  372. package/transpiled/mongodb/lib/cursor/run_command_cursor.js +0 -125
  373. package/transpiled/mongodb/lib/db.js +0 -467
  374. package/transpiled/mongodb/lib/deps.js +0 -174
  375. package/transpiled/mongodb/lib/encrypter.js +0 -129
  376. package/transpiled/mongodb/lib/error.js +0 -1550
  377. package/transpiled/mongodb/lib/explain.js +0 -122
  378. package/transpiled/mongodb/lib/gridfs/download.js +0 -369
  379. package/transpiled/mongodb/lib/gridfs/index.js +0 -240
  380. package/transpiled/mongodb/lib/gridfs/upload.js +0 -446
  381. package/transpiled/mongodb/lib/index.js +0 -975
  382. package/transpiled/mongodb/lib/mongo_client.js +0 -626
  383. package/transpiled/mongodb/lib/mongo_client_auth_providers.js +0 -98
  384. package/transpiled/mongodb/lib/mongo_logger.js +0 -812
  385. package/transpiled/mongodb/lib/mongo_types.js +0 -71
  386. package/transpiled/mongodb/lib/operations/aggregate.js +0 -129
  387. package/transpiled/mongodb/lib/operations/bulk_write.js +0 -48
  388. package/transpiled/mongodb/lib/operations/client_bulk_write/client_bulk_write.js +0 -96
  389. package/transpiled/mongodb/lib/operations/client_bulk_write/command_builder.js +0 -409
  390. package/transpiled/mongodb/lib/operations/client_bulk_write/common.js +0 -5
  391. package/transpiled/mongodb/lib/operations/client_bulk_write/executor.js +0 -144
  392. package/transpiled/mongodb/lib/operations/client_bulk_write/results_merger.js +0 -228
  393. package/transpiled/mongodb/lib/operations/collections.js +0 -49
  394. package/transpiled/mongodb/lib/operations/command.js +0 -102
  395. package/transpiled/mongodb/lib/operations/count.js +0 -60
  396. package/transpiled/mongodb/lib/operations/create_collection.js +0 -109
  397. package/transpiled/mongodb/lib/operations/delete.js +0 -134
  398. package/transpiled/mongodb/lib/operations/distinct.js +0 -77
  399. package/transpiled/mongodb/lib/operations/drop.js +0 -102
  400. package/transpiled/mongodb/lib/operations/estimated_document_count.js +0 -47
  401. package/transpiled/mongodb/lib/operations/execute_operation.js +0 -251
  402. package/transpiled/mongodb/lib/operations/find.js +0 -197
  403. package/transpiled/mongodb/lib/operations/find_and_modify.js +0 -191
  404. package/transpiled/mongodb/lib/operations/get_more.js +0 -84
  405. package/transpiled/mongodb/lib/operations/indexes.js +0 -197
  406. package/transpiled/mongodb/lib/operations/insert.js +0 -138
  407. package/transpiled/mongodb/lib/operations/is_capped.js +0 -44
  408. package/transpiled/mongodb/lib/operations/kill_cursors.js +0 -58
  409. package/transpiled/mongodb/lib/operations/list_collections.js +0 -66
  410. package/transpiled/mongodb/lib/operations/list_databases.js +0 -56
  411. package/transpiled/mongodb/lib/operations/operation.js +0 -88
  412. package/transpiled/mongodb/lib/operations/options_operation.js +0 -44
  413. package/transpiled/mongodb/lib/operations/profiling_level.js +0 -42
  414. package/transpiled/mongodb/lib/operations/remove_user.js +0 -35
  415. package/transpiled/mongodb/lib/operations/rename.js +0 -48
  416. package/transpiled/mongodb/lib/operations/run_command.js +0 -64
  417. package/transpiled/mongodb/lib/operations/search_indexes/create.js +0 -41
  418. package/transpiled/mongodb/lib/operations/search_indexes/drop.js +0 -51
  419. package/transpiled/mongodb/lib/operations/search_indexes/update.js +0 -40
  420. package/transpiled/mongodb/lib/operations/set_profiling_level.js +0 -70
  421. package/transpiled/mongodb/lib/operations/stats.js +0 -39
  422. package/transpiled/mongodb/lib/operations/update.js +0 -218
  423. package/transpiled/mongodb/lib/operations/validate_collection.js +0 -49
  424. package/transpiled/mongodb/lib/read_concern.js +0 -92
  425. package/transpiled/mongodb/lib/read_preference.js +0 -215
  426. package/transpiled/mongodb/lib/resource_management.js +0 -74
  427. package/transpiled/mongodb/lib/sdam/common.js +0 -53
  428. package/transpiled/mongodb/lib/sdam/events.js +0 -177
  429. package/transpiled/mongodb/lib/sdam/monitor.js +0 -656
  430. package/transpiled/mongodb/lib/sdam/server.js +0 -463
  431. package/transpiled/mongodb/lib/sdam/server_description.js +0 -196
  432. package/transpiled/mongodb/lib/sdam/server_selection.js +0 -283
  433. package/transpiled/mongodb/lib/sdam/server_selection_events.js +0 -112
  434. package/transpiled/mongodb/lib/sdam/srv_polling.js +0 -139
  435. package/transpiled/mongodb/lib/sdam/topology.js +0 -833
  436. package/transpiled/mongodb/lib/sdam/topology_description.js +0 -447
  437. package/transpiled/mongodb/lib/sessions.js +0 -988
  438. package/transpiled/mongodb/lib/sort.js +0 -123
  439. package/transpiled/mongodb/lib/timeout.js +0 -349
  440. package/transpiled/mongodb/lib/transactions.js +0 -149
  441. package/transpiled/mongodb/lib/utils.js +0 -1502
  442. package/transpiled/mongodb/lib/write_concern.js +0 -115
package/CHANGELOG.md CHANGED
@@ -1,1742 +1,1750 @@
1
- # CHANGELOG
2
-
3
- ## v1.40.1 (2025-06-06)
4
-
5
- #### :beetle: Bug Fix
6
- * Increase RP request timeout.
7
- * Handle RP exceptions.
8
-
9
- ## v1.40.0 (2025-05-27)
10
-
11
- #### :beetle: Bug Fix
12
- * Fix RP reporting for parallel tests.
13
-
14
- ## v1.39.4 (2025-05-19)
15
-
16
- #### :beetle: Bug Fix
17
- * Record failure details for all errors.
18
- * Do not categorize 'Timed out receiving message from renderer' as a session timeout error.
19
-
20
- #### :house: Internal
21
- * Various RP reporting fixes.
22
-
23
- ## v1.39.3 (2025-05-06)
24
-
25
- #### :nail_care: Polish
26
- * Handle mobile element not found errors.
27
-
28
- #### :house: Internal
29
- * Various RP reporting fixes.
30
-
31
- ## v1.39.2 (2025-05-05)
32
-
33
- #### :house: Internal
34
- * Update RP dependency.
35
- * Add missing error handlers.
36
-
37
- ## v1.39.1 (2025-04-30)
38
-
39
- #### :beetle: Bug Fix
40
- * Fix HTTP request information being recorded under wrong step sometimes.
41
-
42
- ## v1.39.0 (2025-04-23)
43
-
44
- #### :beetle: Bug Fix
45
- * Report proper step hierarchy to RP.
46
- * Do not report unnecessary logs to RP.
47
- * Fix test re-run executing incorrect number of times.
48
-
49
- ## v1.38.0 (2025-02-04)
50
-
51
- #### :tada: New Feature
52
- * Add support for reporting to ReportPortal.
53
-
54
- #### :house: Internal
55
- * Make autoSearch true to test case related CSV file will be automatically discovered.
56
- * Add support for Visual Studio Code Oxygen extension.
57
-
58
- ## v1.37.8 (2025-03-03)
59
-
60
- #### :beetle: Bug Fix
61
- * Do not try to fetch BrowserStack URL for non BrowserStack tests.
62
-
63
- ## v1.37.7 (2025-02-18)
64
-
65
- #### :nail_care: Polish
66
- * Make bstack options copying more generic.
67
-
68
- ## v1.37.6 (2025-01-08)
69
-
70
- #### :beetle: Bug Fix
71
- * Fix pass through of the `bstack:localIdentifier` capability.
72
-
73
- ## v1.37.5 (2025-01-07)
74
-
75
- #### :beetle: Bug Fix
76
- * Fix test status not being set for BrowserStack tests.
77
-
78
- #### :house: Internal
79
- * Store BrowserStack result url in test result.
80
-
81
- ## v1.37.4 (2024-12-24)
82
-
83
- #### :beetle: Bug Fix
84
- * Fix suite execution not working properly on BrowserStack.
85
-
86
- ## v1.37.3 (2024-12-19)
87
-
88
- #### :beetle: Bug Fix
89
- * Properly pass BrowserStack capabilities.
90
-
91
- ## v1.37.2 (2024-12-04)
92
-
93
- #### :beetle: Bug Fix
94
- * Produce proper error when trying to add non existent file with `ox.addAttachment`.
95
-
96
- #### :house: Internal
97
- * Handle re-run delay and re-run count.
98
-
99
- ## v1.37.1 (2024-09-12)
100
-
101
- #### :house: Internal
102
- * Revert odbc.
103
-
104
- ## v1.37.0 (2024-09-12)
105
-
106
- #### :tada: New Feature
107
- * Add `soap.authClientSSL` and `soap.authClientSSLPFX`.
108
-
109
- #### :house: Internal
110
- * Bump odbc.
111
-
112
- ## v1.36.0 (2024-08-19)
113
-
114
- #### :beetle: Bug Fix
115
- * Fix crash when wdio element command fails from within a user script.
116
- * Fix crash when re-running failed tests.
117
-
118
- ## v1.35.2 (2024-07-30)
119
-
120
- #### :beetle: Bug Fix
121
- * Fix invalid transaction hierarchy in results when using hooks.
122
-
123
- ## v1.35.0 (2024-06-18)
124
-
125
- #### :tada: New Feature
126
- * Add support for sending emails with `email` module.
127
-
128
- ## v1.34.1 (2024-06-10)
129
-
130
- #### :house: Internal
131
- * Downgrade wdio for node 12 compatibility in IDE.
132
-
133
- ## v1.34.0 (2024-06-07)
134
-
135
- #### :tada: New Feature
136
- * Add NTLM authentication support to `http` module.
137
-
138
- ## v1.33.6 (2024-06-06)
139
-
140
- #### :house: Internal
141
- * Limit transaction name to 512 characters.
142
-
143
- ## v1.33.5 (2024-05-29)
144
-
145
- #### :beetle: Bug Fix
146
- * Fix `web.waitForAngular` when running inside an iframe.
147
-
148
- ## v1.33.4 (2024-05-10)
149
-
150
- #### :beetle: Bug Fix
151
- * Fix incorrect processing of parameters.
152
- * Better handle situations when taking screenshots fails.
153
-
154
- #### :house: Internal
155
- * Bump webdriverio dependencies.
156
-
157
- ## v1.33.2 (2024-05-24)
158
-
159
- #### :house: Internal
160
- * Downgrade chrome-har version for node 12 compatibility.
161
-
162
- ## v1.33.1 (2024-03-20)
163
-
164
- #### :beetle: Bug Fix
165
- * Properly handle non-string message argument in `assert.fail` and `assert.pass`.
166
-
167
- ## v1.33.0 (2024-03-11)
168
-
169
- #### :tada: New Feature
170
- * Add soft-wait mode for `web.waitForAngular`.
171
- * Add support for reporting request/response related information in HTTP module.
172
-
173
- #### :beetle: Bug Fix
174
- * Fix timeout processing in `web.waitForAngular`.
175
-
176
- #### :beetle: Bug Fix
177
- * Handle internal `recordVideo` flag in web module.
178
- * Bump dependencies.
179
-
180
- ## v1.32.1 (2024-03-01)
181
-
182
- #### :nail_care: Polish
183
- * Process "javascript error" errors.
184
- * Process "still not clickable after" errors.
185
-
186
- #### :house: Internal
187
- * Bump dependencies.
188
-
189
- ## v1.32.0 (2023-12-15)
190
-
191
- #### :tada: New Feature
192
- * Add `web.mockClearAll` and `web.mockRestoreAll`.
193
-
194
- ## v1.31.0 (2023-12-08)
195
-
196
- #### :tada: New Feature
197
- * Allow to capture and attach test video to test results if running against a Selenoid hub.
198
- * Add `web.mock` method allowing to mock network responses.
199
-
200
- #### :nail_care: Polish
201
- * Minor improvements to API documentation.
202
-
203
- #### :beetle: Bug Fix
204
- * Mark transaction as warning if one of steps has warning status.
205
-
206
- ## v1.30.3 (2023-09-01)
207
-
208
- #### :beetle: Bug Fix
209
- * Fix broken `--rf` switch.
210
-
211
- #### :nail_care: Polish
212
- * Do not wrap strings logged with `log.*` commands in double quotes.
213
-
214
- ## v1.30.2 (2023-08-31)
215
-
216
- #### :beetle: Bug Fix
217
- * Fix parallel case execution inside suites.
218
-
219
- ## v1.30.1 (2023-08-29)
220
-
221
- #### :beetle: Bug Fix
222
- * Fix step's Warning status not being properly processed.
223
- * Improve the way test result status for suites with Skipped and Warning statuses is determined.
224
-
225
- ## v1.30.0 (2023-08-15)
226
-
227
- #### :tada: New Feature
228
- * Add `utils.transaction` command.
229
-
230
- ## v1.29.1 (2023-07-26)
231
-
232
- #### :beetle: Bug Fix
233
- * Invalid chrome-remote-interface require.
234
-
235
- ## v1.29.0 (2023-07-26)
236
-
237
- #### :tada: New Feature
238
- * Add `web.verify*` commands.
239
-
240
- #### :house: Internal
241
- * Bump dependencies.
242
-
243
- ## v1.28.0 (2023-07-14)
244
-
245
- #### :tada: New Feature
246
- * Add support for parallel execution of cases inside a suite.
247
- * Expose `attributes` object to Oxygen scripts.
248
-
249
- #### :beetle: Bug Fix
250
- * `clearDeviceLogsOnStart` capability not working properly.
251
- * Make sure to set test status to warning if one of the step's status is warning.
252
- * Generate HTML report by default when running tests from Oxygen CLI.
253
- * EventEmitter memory leak.
254
- * Do not crash on invalid arguments to `transaction` commands.
255
-
256
- #### :house: Internal
257
- * Bump dependencies.
258
-
259
- ## v1.27.5 (2023-04-14)
260
-
261
- #### :tada: New Feature
262
- * Allow "web" module to run Appium-based tests.
263
-
264
- #### :house: Internal
265
- * Bump dependencies.
266
-
267
- ## v1.27.4 (2023-02-23)
268
-
269
- #### :tada: New Feature
270
- * Add types to Oxygen module to allow auto completion in popular IDEs.
271
-
272
- #### :beetle: Bug Fix
273
- * Issue with multi iterations debugging.
274
- * Fix issue with re-run failed tests mechanism.
275
-
276
- #### :house: Internal
277
- * Bump dependencies.
278
-
279
- ## v1.27.2 (2023-02-09)
280
-
281
- #### :beetle: Bug Fix
282
- * Browser windows were terminated instead of remaining open on failed tests in Oxygen IDE.
283
-
284
- #### :house: Internal
285
- * Bump dependencies.
286
-
287
- ## v1.27.0 (2023-01-04)
288
-
289
- #### :beetle: Bug Fix
290
- * Restore node 12 compatibility.
291
-
292
- #### :house: Internal
293
- * Bump dependencies.
294
-
295
- ## v1.26.0 (2022-12-28)
296
-
297
- #### :tada: New Feature
298
- * Add `Add web.network.blockUrls`.
299
- * Add `ox.addAttribute` function for adding custom test attributes to the test result.
300
-
301
- ## v1.25.0 (2022-12-22)
302
-
303
- #### :beetle: Bug Fix
304
- * Scripts with deeply nested `init` methods failed to execute in some situations when part of a Suite.
305
-
306
- ## v1.24.9 (2022-12-09)
307
-
308
- #### :house: Internal
309
- * Downgrade mailparser to support node 12.
310
-
311
- ## v1.24.8 (2022-12-09)
312
-
313
- #### :beetle: Bug Fix
314
- * Session not being dispossed for web tests.
315
-
316
- #### :house: Internal
317
- * Bump dependencies.
318
-
319
- ## v1.24.7 (2022-12-08)
320
-
321
- #### :beetle: Bug Fix
322
- * Fix assertions not working in `http` module for non 2xx/3xx return codes.
323
- * Fix `soap` module not working.
324
- * Throw `APPIUM_SESSION_TIMEOUT` instead of `SELENIUM_SESSION_TIMEOUT` for mobile tests.
325
-
326
- #### :house: Internal
327
- * Bump dependencies.
328
-
329
- ## v1.24.6 (2022-11-04)
330
-
331
- #### :house: Internal
332
- * Bump dependencies.
333
-
334
- ## v1.24.5 (2022-09-22)
335
-
336
- #### :house: Internal
337
- * Bump dependencies.
338
-
339
- ## v1.24.4 (2022-08-24)
340
-
341
- #### :beetle: Bug Fix
342
- * Fix value parsing in `web.waitFor*` commands (by Francois Wauquier).
343
- * Fix issue with Applitools when API key is passed via "init" method.
344
-
345
- #### :house: Internal
346
- * Expose oxygen internal variables to debugger.
347
- * Bump dependencies.
348
-
349
- ## v1.24.3 (2022-08-12)
350
-
351
- #### :beetle: Bug Fix
352
- * Additional fixes for MODULE_NOT_INITIALIZED error when running multiple tests which reference an external script containing `*.init` commands.
353
- * Do not include browserName when bundleId is specified in mobile capabilities.
354
-
355
- ## v1.24.2 (2022-08-05)
356
-
357
- #### :tada: New Feature
358
- * Add `web.isInteractable`.
359
-
360
- #### :beetle: Bug Fix
361
- * Fixed MODULE_NOT_INITIALIZED error when running multiple tests which reference an external script containing `*.init` commands.
362
-
363
- #### :house: Internal
364
- * Bump dependencies.
365
-
366
- ## v1.24.1 (2022-07-29)
367
-
368
- #### :beetle: Bug Fix
369
- * Closing bracket indentation in `log.*` output.
370
- * Handing of objects with circular references in `log.*` commands.
371
- * `web.assertTextPresent` and `web.assertTextNotPresent` not properly restoring timeouts on exit.
372
-
373
- #### :house: Internal
374
- * Bump dependencies.
375
-
376
- ## v1.24.0 (2022-07-19)
377
-
378
- #### :tada: New Feature
379
- * Add `twilio.getLastSentApiSms` (by Akiva Brookler).
380
-
381
- #### :house: Internal
382
- * Bump dependencies.
383
-
384
- ## v1.23.2 (2022-06-17)
385
-
386
- #### :beetle: Bug Fix
387
- * Fix test execution on Perfecto Mobile.
388
-
389
- ## v1.23.0 (2022-06-15)
390
-
391
- #### :tada: New Feature
392
- * Add `db.callProcedure`.
393
-
394
- #### :beetle: Bug Fix
395
- * Fix test execution on Firefox.
396
- * `http`: fix issue with "Cannot read property 'includes' of undefined" error when content-type header is missing in the response.
397
-
398
- #### :house: Internal
399
- * Bump dependencies.
400
-
401
- ## v1.22.1 (2022-04-28)
402
-
403
- #### :beetle: Bug Fix
404
- * Fix test execution on Firefox.
405
- * Convert body to object in http.get when nessasry.
406
- * Catch and ignore device logs retrieval issue, if cloud provider doesn't support this operation.
407
-
408
- ## v1.22.0 (2022-01-14)
409
-
410
- #### :tada: New Feature
411
- * Add `utils.xmlToJson`.
412
-
413
- #### :beetle: Bug Fix
414
- * Invalid line number printed for certain errors.
415
- * Number of issues with BrowserStack integration.
416
- * Number of issues with `shell` module.
417
-
418
- #### :nail_care: Polish
419
- * Documentation improvements.
420
- * Increase `http` module's default response timeout from 30 to 60 seconds.
421
-
422
- #### :house: Internal
423
- * Bump dependencies.
424
-
425
- ## v1.21.0 (2022-01-17)
426
-
427
- #### :boom: Breaking Change
428
- * Previously deprecated `web.selectWindow` with no arguments has been removed.
429
-
430
- #### :tada: New Feature
431
- * `email` module: add support for base64 encoded body and option to download email attachments.
432
- * Add `utils.dnsResolve`.
433
- * Add `utils.readXlsx`.
434
- * Add `web.maximizeWindow`, `web.minimizeWindow`, `web.fullscreenWindow`.
435
- * Add `soap.getLastResponseHeaders`.
436
- * `soap.get`: allow passing HTTP request headers.
437
-
438
- #### :beetle: Bug Fix
439
- * Fix `mob.sendKeys` argument validation.
440
- * `web.setTimeout` not having any effect on `web.open`.
441
- * `web.waitForNotExist` not working as expected.
442
- * Fix memory leak in `db` module.
443
- * `assert.equal` not working correctly when input strings consisted of digits.
444
-
445
- #### :nail_care: Polish
446
- * Documentation improvements.
447
-
448
- #### :house: Internal
449
- * Refactor everything for more asynchronicity.
450
- * Use `got` instead of the no longer supported `request` for `http` module.
451
- * Bump other dependencies.
452
-
453
- ## v1.20.2 (2021-09-05)
454
-
455
- #### :beetle: Bug Fix
456
- * Fix key usage in `utils.encrypt`.
457
-
458
- ## v1.20.1 (2021-08-06)
459
-
460
- #### :beetle: Bug Fix
461
- * Issue with test execution on Perfecto Mobile.
462
-
463
- #### :nail_care: Polish
464
- * Improve error handling in `utils.decrypt`.
465
-
466
- ## v1.20.0 (2021-08-04)
467
-
468
- #### :boom: Breaking Change
469
- * `web.isChecked` has been deprecated and will be removed in future versions. Use `web.isSelected` instead.
470
-
471
- #### :tada: New Feature
472
- * Support for NodeJS 14.
473
- * Added `utils.readCsv` and `utils.writeCsv`.
474
- * Allow filtering by source number in `twilio.getLastSms`.
475
- * Added `utils.encrypt` and `utils.decrypt`.
476
- * Added `web.waitForAngular` and `web.setAutoWaitForAngular`.
477
- * Added `mob.selectWindow`, `mob.select`.
478
- * Added `http.patch`.
479
-
480
- #### :beetle: Bug Fix
481
- * `web.isSelected` not working in certain situations.
482
- * Index repeating transactions to prevent duplicate transaction names in results.
483
- * Failure taking mobile screenshots in certain situations.
484
-
485
- #### :nail_care: Polish
486
- * Documentation improvements.
487
- * Notify when `mob` command is being used in wrong mobile context.
488
- * Improve error handling in `http` module.
489
-
490
- #### :house: Internal
491
- * Upgrade to WDIO v7 and bump other dependencies.
492
-
493
- ## v1.19.1 (2021-06-01)
494
-
495
- #### :beetle: Bug Fix
496
- * `http` and `utils` module not working when using multiple iteration.
497
-
498
- #### :nail_care: Polish
499
- * Do not invoke module disposal mechanism on dead sessions (which previously led to test finalization taking a few minutes in certain situations).
500
- * Miscellaneous internal cleanups.
501
-
502
- ## v1.19.0 (2021-05-25)
503
-
504
- #### :boom: Breaking Change
505
- * `http` module will no longer throw on erroneous HTTP status codes, and will return the request/response details instead.
506
-
507
- #### :tada: New Feature
508
- * Add `web.network.waitForNotUrl`.
509
- * Return `responseBody` and `requestPostData` in requests recorded with `web.network`.
510
- * Add `web.newWindow`.
511
-
512
- #### :beetle: Bug Fix
513
- * PDF and XML reporter not working.
514
- * `pdf.count` ignoring strings which appear multiple times on the same line.
515
- * Ignore "ignored" steps in Cucumber.
516
- * Make status argument in `web.dispose` and `mob.dispose` optional.
517
- * Issue with converting Chai assertions to Oxygen errors.
518
- * Various other fixes.
519
-
520
- #### :nail_care: Polish
521
- * Better error handling in debugger.
522
- * Better error handling when parsing JSON/CSV/XLSX parameter files.
523
- * Process "invalid selector" errors.
524
- * Improved duration formatting in test reports.
525
- * Add validation for timeout arguments and notify the user in case of invalid values.
526
- * Removed redundant module disposal.
527
-
528
- #### :house: Internal
529
- * Bump dependencies.
530
- * Support for REPL.
531
-
532
- ## v1.18.0 (2021-03-24)
533
-
534
- #### :tada: New Feature
535
- * Add `utils.pause`.
536
-
537
- #### :beetle: Bug Fix
538
- * `web.click`, `web.rightClick`, `web.doubleClick` not working on IE < 11.
539
-
540
- #### :nail_care: Polish
541
- * Print more details on `http` module failures.
542
- * Documentation updates.
543
-
544
- ## v1.17.0 (2021-03-22)
545
-
546
- #### :boom: Breaking Change
547
- * `http` module has been rewritten to support more features. As a result some methods, their arguments, and return types were substantially changed. See API documentation for more details.
548
-
549
- #### :tada: New Feature
550
- * Add `soap.setProxy`.
551
- * Add `autoDispose` setting to `oxygen.conf` to control whether to dispose modules automatically between test iterations.
552
-
553
- #### :beetle: Bug Fix
554
- * `web.click` and `web.clickHidden` not working on IE < 11.
555
- * `web.fileBrowse` not working.
556
- * Issue with hooks in Cucumber tests.
557
- * Various other fixes.
558
-
559
- #### :nail_care: Polish
560
- * Process "element not interactable" errors.
561
-
562
- #### :house: Internal
563
- * Bump dependencies.
564
-
565
- ## v1.16.1 (2021-02-15)
566
-
567
- #### :beetle: Bug Fix
568
- * Issue with module disposal.
569
-
570
- ## v1.16.0 (2021-02-09)
571
-
572
- #### :tada: New Feature
573
- * New command `mob.longPressKeyCode`.
574
- * New command `web.rightClickActions`
575
- * Node module `proxy`.
576
-
577
- #### :beetle: Bug Fix
578
- * Error parsing in `db` module.
579
- * Number of issues with session disposal.
580
-
581
- ## v1.15.0 (2021-01-16)
582
-
583
- #### :tada: New Feature
584
- * Added `*.waitForInteractable`.
585
-
586
- #### :beetle: Bug Fix
587
- * `web.switchToWindow` crashes when one of the windows closes mid-way.
588
- * `web.switchToWindow` crashing in certain situations.
589
- * Memory leak during test disposal.
590
- * Various issues with `mob.scrollIntoElement`, `mob.swipe`, `mob.swipeElement`, `mob.swipeScreen`.
591
- * Script errors not being processed.
592
- * Handling of missing locator arguments in `mob` module.
593
-
594
- #### :house: Internal
595
- * Pass console output from child process to external libraries.
596
- * Number of internal fixes.
597
- * Bump dependencies.
598
-
599
- ## v1.14.3 (2020-11-27)
600
-
601
- #### :beetle: Bug Fix
602
- * Fix ChromeDriver cleanup on Linux.
603
-
604
- #### :house: Internal
605
- * Bump dependencies.
606
-
607
- ## v1.14.2 (2020-11-20)
608
-
609
- #### :beetle: Bug Fix
610
- * Regression in `web.clickHidden`.
611
- * Invalid filename printed in error details for certain errors.
612
-
613
- ## v1.14.1 (2020-11-16)
614
-
615
- #### :tada: New Feature
616
- * Automatic retry on `STALE_ELEMENT_REFERENCE`.
617
-
618
- #### :beetle: Bug Fix
619
- * Fixed `*.findElements` to throw errors instead of returning an empty array for anything else except `ELEMENT_NOT_FOUND`.
620
-
621
- #### :nail_care: Polish
622
- * Process "module not found" errors.
623
- * Process "window not found" errors.
624
- * Process "The element with selector * you trying to pass into the execute method wasn't found" errors.
625
-
626
- ## v1.14.0 (2020-11-08)
627
-
628
- #### :boom: Breaking Change
629
- * `*.findElements` will return an empty array instead of failing when no elements are found.
630
-
631
- #### :beetle: Bug Fix
632
- * `win.selectWindow` not working with `title=` prefix.
633
- * Test name not being set for tests executed on PerfectoMobile provider.
634
-
635
- ## v1.13.7 (2020-11-03)
636
-
637
- #### :beetle: Bug Fix
638
- * Fixed issue with stopping `mob` and `win` tests.
639
- * Fixed issue with re-running failed tests.
640
-
641
- #### :house: Internal
642
- * Bump dependencies.
643
-
644
- ## v1.13.6 (2020-10-27)
645
-
646
- #### :beetle: Bug Fix
647
- * `onBeforeCase` and `onAfterCase` support in Cucumber tests.
648
- * Fixed number of issues with Edge when using cloud providers.
649
-
650
- #### :house: Internal
651
- * Collect logs and HAR for Cucumber tests.
652
-
653
- ## v1.13.5 (2020-10-19)
654
-
655
- #### :beetle: Bug Fix
656
- * Fixed `web.sendKeys` throwing an error if currently active window is closed during the command execution.
657
- * Fixed `web.click` and `web.clickHidden` to work in IE < 9 compatibility mode.
658
- * RegExp arguments not properly displayed in reports.
659
-
660
- #### :house: Internal
661
- * Bump dependencies.
662
-
663
- ## v1.13.4 (2020-10-13)
664
-
665
- #### :beetle: Bug Fix
666
- * Fixed maximum call stack size exceeded issue (#102).
667
-
668
- ## v1.13.3 (2020-10-12)
669
-
670
- #### :beetle: Bug Fix
671
- * Add option to enable SNI in `email` module. This fixes issue with connection to Gmail.
672
-
673
- ## v1.13.2 (2020-10-08)
674
-
675
- #### :house: Internal
676
- * Fixed parameter handling when using re-run option.
677
-
678
- ## v1.13.1 (2020-10-08)
679
-
680
- #### :house: Internal
681
- * Added internal option for disabling screenshots on failure.
682
-
683
- ## v1.13.0 (2020-10-08)
684
-
685
- #### :tada: New Feature
686
- * Support for `beforeCommand` and `afterCommand` hooks.
687
-
688
- #### :boom: Breaking Change
689
- * `web.dispose` and `mob.dispose` now expects a mandatory status argument.
690
-
691
- #### :beetle: Bug Fix
692
- * `web.waitForVisible` was ignoring the timeout argument.
693
-
694
- #### :nail_care: Polish
695
- * Made CSV parsing errors more user friendly.
696
- * Print more detailed failure information for Cucumber tests.
697
-
698
- #### :house: Internal
699
- * Added BrowserStack integration.
700
- * Fixed issue with SauceLab session disposal.
701
- * Fixed domContentLoadedEvent and loadEvent calculation.
702
- * Added internal option to re-run failed tests.
703
- * Updated WDIO to v6.6.0.
704
-
705
- ## v1.12.0 (2020-09-27)
706
-
707
- #### :boom: Breaking Change
708
- * Execute each Case using new browser session when executing Suites.
709
-
710
- #### :beetle: Bug Fix
711
- * Test initialization on Edge + BrowserStack.
712
- * `web.getXMLPageSource` to work on Edge.
713
-
714
- #### :nail_care: Polish
715
- * Fail silently if click fails due to js injection error.
716
- * Fallback to js click when ChromeDriver fails due to element being located in Shadow DOM.
717
-
718
- #### :house: Internal
719
- * Fixed an issue with performance timings not being recorded.
720
-
721
- ## v1.11.0 (2020-09-21)
722
-
723
- #### :tada: New Feature
724
- * Add `mob.assertAlert`.
725
- * Add `mob.getBrowserLogs`.
726
-
727
- #### :beetle: Bug Fix
728
- * `timeout` argument being ignored in some commands.
729
- * Number of issues in `alert` related commands.
730
-
731
- #### :book: Documentation
732
- * Add missing accessibility id locator to win docs.
733
-
734
- #### :nail_care: Polish
735
- * Make CSV parsing errors more user-friendly.
736
- * Increase default 3000ms `waitFor*` timeout to 5000ms.
737
- * Produce proper error if `web.pointJS` is not supported on IE.
738
- * Throw a more detailed error when `web.clickHidden` is not supported on IE.
739
-
740
- #### :house: Internal
741
- * Fix performance stats not being fetched correctly.
742
- * Fix logs retrieval.
743
- * Code refactoring.
744
- * Bump dependencies.
745
-
746
- ## v1.10.0 (2020-09-13)
747
-
748
- #### :boom: Breaking Change
749
- * Minimal supported node.js version 10.18.1.
750
-
751
- #### :beetle: Bug Fix
752
- * No error details shown for oxygen.po/conf/env.js errors.
753
- * Filename not shown for certain script errors.
754
- * Issue with `*.network` module re-initialization.
755
-
756
- #### :nail_care: Polish
757
- * Make transaction's duration an aggregate of all the underlying command durations.
758
-
759
- ## v1.9.0 (2020-09-09)
760
-
761
- #### :boom: Breaking Change
762
- * `soap.describe` returns object instead of a serialized representation.
763
-
764
- #### :tada: New Feature
765
- * Add `web.isChecked`.
766
-
767
- #### :beetle: Bug Fix
768
- * `web.getHtml` wasn't available.
769
- * Execution on MicrosoftEdge.
770
- * width and height wasn't adjusted properly in `web.makeVisible`.
771
- * Memory leak when using multiple iterations.
772
- * Shared `vars` object for passing data between tests not working.
773
-
774
- #### :nail_care: Polish
775
- * Add error handling for network errors on Chrome 85.
776
-
777
- #### :house: Internal
778
- * Fixed breakpoints not working with UNC paths.
779
- * Fixed mobile logs not being collected.
780
-
781
- ## v1.8.2 (2020-08-30)
782
-
783
- #### :house: Internal
784
- * Downgrade WDIO due to a regression.
785
-
786
- ## v1.8.1 (2020-08-30)
787
-
788
- #### :house: Internal
789
- * Simplify debugger's path to url conversion.
790
- * Do not close browser on failed tests (when running through IDE).
791
- * Bump dependencies.
792
-
793
- ## v1.8.0 (2020-08-25)
794
-
795
- #### :tada: New Feature
796
- * Add `web.getHTML`.
797
-
798
- #### :nail_care: Polish
799
- * Throw proper error on `mob.click` in webview context if element is not interactable.
800
-
801
- #### :house: Internal
802
- * Fix filename handling in debugger.
803
- * Bump WDIO to v6.4.2.
804
-
805
- ## v1.7.2 (2020-08-23)
806
-
807
- #### :beetle: Bug Fix
808
- * `ID` locators not working in `win` module.
809
- * `web.click` working in asynchronous mode instead of synchronous.
810
-
811
- #### :book: Documentation
812
- * Fixed `win`, `web`, and `mob` modules formatting.
813
-
814
- #### :house: Internal
815
- * Bump and cleanup dependencies.
816
-
817
- ## v1.7.1 (2020-08-22)
818
-
819
- #### :beetle: Bug Fix
820
- * Regression with `services` and `modules` settings in `oxygen.conf` being ignored.
821
-
822
- ## v1.7.0 (2020-08-20)
823
-
824
- #### :tada: New Feature
825
- * Support for BrowserStack provider.
826
- * Take screenshots for all available windows including the titles on errors.
827
- * Improved performance during test initialization.
828
-
829
- #### :beetle: Bug Fix
830
- * Fixed `web.makeVisible` to work with elements with 0 height/width and `!important` style applied.
831
- * `web.assertTextPresent` and `web.assertTextNotPresent` not producing proper errors.
832
- * Invalid oxygen.conf/po/env.js files not being handled properly.
833
- * Fixed npm updates check during `npm root -g` invocation not being disabled.
834
- * Produce proper errors when `web.network` is not initialized.
835
- * Fix tests getting stuck sometimes on low level WDIO errors.
836
- * `require` not working from within `oxygen.conf/po/env.js` files.
837
-
838
- #### :nail_care: Polish
839
- * Improved reports generated by cli to specify browser/device name next to suite details.
840
- * Handle additional WebDriver errors.
841
-
842
- #### :book: Documentation
843
- * `email` module fixes.
844
-
845
- #### :house: Internal
846
- * Fixed number of issues with results, environments, and breakpoints processing.
847
- * WebDriverIO updated to v6.4.0.
848
- * Bump dependencies.
849
-
850
- ## v1.6.1 (2020-07-03)
851
-
852
- #### :beetle: Bug Fix
853
- * Fix npm root -g mechanizm for macos
854
-
855
- ## v1.6.0 (2020-06-25)
856
-
857
- #### :tada: New Feature
858
- * Support for Node.js 12.
859
- * `web.getWindowSize` for returning browser window dimensions.
860
- * `assert.pass` for arbitrary stopping test execution.
861
-
862
- #### :beetle: Bug Fix
863
- * Browser session not being disposed in some cases.
864
- * `web.assertTextPresent` and `web.assertTextNotPresent` not working correctly.
865
- * `web.point` not working correctly.
866
- * `win.isSelected` not working correctly.
867
- * Environment definition not being read from oxygen.conf.js.
868
- * Exit code returned by Oxygen not reflecting the test status.
869
-
870
- #### :nail_care: Polish
871
- * `mob.swipeElement` no longer requires `speed` argument.
872
- * Improved `mob.swipe` behavior.
873
- * Improved `web.assertSelectedLabel` and `web.assertSelectedValue` to accept optional argument specifying whether to wait for element's visibility.
874
- * `web.getText` no longer requires element to be visible.
875
-
876
- #### :book: Documentation
877
- * Various documentation fixes.
878
-
879
- ## v1.5.1 (2020-06-17)
880
-
881
- #### :beetle: Bug Fix
882
- * Regression related to execution of Cucumber projects.
883
- * Regression related to execution of single test scripts.
884
-
885
- #### :nail_care: Polish
886
- * Improve command argument serialization.
887
-
888
- ## v1.5.0 (2020-06-15)
889
-
890
- #### :tada: New Feature
891
- * Added support for defining suites in separate files.
892
-
893
- #### :beetle: Bug Fix
894
- * Re-enabled `network` module.
895
-
896
- ## v1.4.1 (2020-06-09)
897
-
898
- #### :tada: New Feature
899
- * Added support for finding windows by their URL to `web.selectWindow` and `web.waitForWindow`.
900
- Option to select/waitFor last opened windows has been deprecated and will be removed in the future.
901
-
902
- #### :beetle: Bug Fix
903
- * `mob.swipeElement` not working due to a typo.
904
-
905
- #### :book: Documentation
906
- * Various documentation fixes.
907
-
908
- #### :house: Internal
909
- * WebDriverIO updated to v5.23.0.
910
-
911
- ## v1.4.0 (2020-06-07)
912
-
913
- #### :tada: New Feature
914
- * `mob.getTitle`
915
- * `mob.getUrl`
916
-
917
- #### :beetle: Bug Fix
918
- * `web.type` on Firefox not triggering some events attached to the element.
919
- * Browser not being closed on test completion when multiple tabs or windows are opened.
920
- * `web.pointJS` not working on Internet Explorer.
921
- * Incorrect command duration in HTML reports.
922
-
923
- #### :nail_care: Polish
924
- * Improve `web.makeVisible` to adjust visibility of parent elements as well.
925
- * Handle 'Element not clickable at point' errors produced by IE.
926
- * Handle 'element click intercepted' errors.
927
- * Handle 'No active session with ID' errors.
928
-
929
- #### :book: Documentation
930
- * Improve documentation for `web.scrollIntoView`, `mob.getAlertText`, `*.getDriver`.
931
-
932
- #### :house: Internal
933
- * Initial support for PerfectoMobile provider.
934
- * Increase `connectionRetryTimeout` and decrease `connectionRetryCount` in order to better handle slowly loading pages.
935
- * Bump dependencies.
936
-
937
- ## v1.3.0 (2020-05-10)
938
-
939
- #### :tada: New Feature
940
- * Add `assert.contain`.
941
-
942
- #### :beetle: Bug Fix
943
- * Log entries generated by Cucumber runner.
944
- * Missing "location" in some thrown errors.
945
-
946
- ## v1.2.5 (2020-05-04)
947
-
948
- #### :beetle: Bug Fix
949
- * Number of issues to related to module initialization.
950
- * Cucumber runner not populating logs data.
951
-
952
- ## v1.2.0 (2020-04-13)
953
-
954
- #### :tada: New Feature
955
- * Add `web.pointJS`.
956
-
957
- #### :beetle: Bug Fix
958
- * `--p=json` switch not working.
959
- * Number of issues related to running tests on LambdaTest cloud provider.
960
- * Relative paths in `pdf.assertNot` and `pdf.count`.
961
-
962
- #### :nail_care: Polish
963
- * Argument validation for `*.type` and `*.open` commands.
964
- * Process 'Failed to create session' errors.
965
-
966
- #### :book: Documentation
967
- * Fix `web.deleteCookies` documentation.
968
-
969
- #### :house: Internal
970
- * WebDriverIO updated to v5.22.1.
971
- * Improvements to browser disposal, debugger support, and SauceLabs provider support.
972
-
973
- ## v1.1.3 (2020-03-15)
974
-
975
- #### :beetle: Bug Fix
976
- * Debug logs were not added to JSON results.
977
-
978
- #### :nail_care: Polish
979
- * Properly process 'invalid url' errors.
980
-
981
- #### :house: Internal
982
- * Update dependencies.
983
-
984
- ## v1.1.2 (2020-03-06)
985
-
986
- #### :house: Internal
987
- * Fix process disposal.
988
-
989
- ## v1.1.1 (2020-02-29)
990
-
991
- #### :nail_care: Polish
992
- * Properly process 'invalid css selector' errors.
993
-
994
- #### :house: Internal
995
- * Remove duplicate dependency.
996
-
997
- ## v1.1.0 (2020-02-27)
998
-
999
- #### :boom: Breaking Change
1000
- * `log.*` will automatically serialize the value if it's a complex object. Using `log.info(JSON.stringify(obj))` is no longer required.
1001
- * Minimum required version of Node.js has been raised to v10.14. Although Oxygen will work in part on older versions, anything below 10.14 is no longer officially supported.
1002
-
1003
- #### :beetle: Bug Fix
1004
- * `log.*` not working with non-string objects.
1005
- * Parameters not loaded correctly from CSV if header contains spaces.
1006
- * Error handling in `web.assertAlert`, `web.alertAccept`, `web.alertDismiss` commands.
1007
- * Processing of ChomeDriver version mismatch errors.
1008
- * Generate HTML reports by default even if `--rf` switch is not specified.
1009
- * Regression with `assert` commands no longer taking screenshot for web and mobile tests.
1010
-
1011
- #### :house: Internal
1012
- * Update dependencies.
1013
- * Various other small fixes & improvements.
1014
-
1015
- ## v1.0.3 (2020-02-13)
1016
-
1017
- #### :beetle: Bug Fix
1018
- * Stopping test not working reliably.
1019
- * Loading custom globally installed modules not working with `require`.
1020
- * Confusing error message when required file is not found.
1021
-
1022
- ## v1.0.2 (2020-02-12)
1023
-
1024
- #### :beetle: Bug Fix
1025
- * `--server` switch not working with mobile tests.
1026
- * `--ro` switch not working.
1027
- * `id` locator in web tests not working if it contains illegal characters.
1028
- * Test doesn't run if empty parameters file is used.
1029
-
1030
- #### :nail_care: Polish
1031
- * Update help screen.
1032
- * Properly process 'Specified URL is not valid' errors.
1033
- * Properly process 'invalid xpath' errors for IE.
1034
-
1035
- #### :house: Internal
1036
- * Update dependencies.
1037
-
1038
- ## v1.0.1 (2020-02-05)
1039
-
1040
- #### :house: Internal
1041
- * Various fixes.
1042
-
1043
- ## v1.0.0 (2020-02-04)
1044
-
1045
- #### :tada: New Feature
1046
- * Significant improvements to test structure organization, allowing to define all configurations using a project file.
1047
- * Improvements to the script development flexibility:
1048
- - Automation tests can be written using ES6.
1049
- - Tests can hook into exposed `before` and `after` hooks for `test`, `suite`, `case`, `command` actions.
1050
- * Improvements to Oxygen extendability:
1051
- - Internal modules can be written using ES6 and can be developed in both synchronous and asynchronous (using `async/await` operators) manner.
1052
- - Modules can contain submodules. E.g. `web.network.assertUrl`.
1053
- - Added support for Service. Services are add-ons which can be developed for providing additional custom logic for tests.
1054
- * Support for Applitools for visual UI testing.
1055
- * Support for native Windows applications (via WinApiDriver) automation - WinForms, WPF, UWP, Classic Win32.
1056
- * Support for writing tests using Cucumber.
1057
- * Support for environment variables.
1058
- * Project level Page Object support.
1059
- * Support for running multiple Suites as a part of a single test.
1060
- * Improved debugging support when using breakpoints in external files.
1061
- * Added `web.rightClick`.
1062
- * Added `win.rightClick`.
1063
- * Improvements to SauceLabs, LambdaTest, TestingBot integrations
1064
- * `pdf` methods accept optional argument for reversing string order (useful when working with RTL languages).
1065
-
1066
- #### :boom: Breaking Change
1067
- * `ox.*` is no longer available. `ox.modules.*` should be used instead. All available modules `web`, `mob`, etc are also exposed globally now and can be used directly.
1068
- * `return` is no longer supported for terminating user scripts.
1069
- * Suite configuration JSONs are no longer supported. Project level configuration files should be used instead.
1070
- * `web.network*` commands are now accessible via a submodule `web.network.*` and have different names. See documentation for more details.
1071
- * Oxygen will not produce any reports by default unless `--rf` switch is used.
1072
-
1073
- #### :beetle: Bug Fix
1074
- * `twilio` not producing proper error when no matching messages found.
1075
- * `web.network` not recording responses for redirected requests.
1076
- * `web.click` not working on IE under certain conditions.
1077
- * Debugger not entering into module code if module name is specified using wrong case.
1078
-
1079
- #### :nail_care: Polish
1080
- * Improved error handling. Errors now contain proper stacktraces and provide more details about where in user script the error has occurred.
1081
- * More errors from underlying frameworks are handled and processed.
1082
- * JUnit XML reports improved to include more details about test failures.
1083
- * `twilio` module performance improvements.
1084
- * Added JS injection fall-back for `web.doubleClick` when element is not clickable.
1085
-
1086
- #### :book: Documentation
1087
- * Documentation has been migrated to a new infrastructure providing better user experience. Documentation has been, as well, improved with more topics.
1088
-
1089
- #### :house: Internal
1090
- * Webdriverio updated to v5.18.6.
1091
- * Updated pre-bundled Chrome drivers.
1092
-
1093
- ## v1.0.0-beta.14 (2019-12-16)
1094
-
1095
- #### :tada: New Feature
1096
- * Take screenshots on `assert.*` command failures.
1097
-
1098
- ## v1.0.0-beta.13 (2019-12-15)
1099
-
1100
- #### :beetle: Bug Fix
1101
- * Generate proper results on child process crashes.
1102
-
1103
- ## v1.0.0-beta.12 (2019-12-15)
1104
-
1105
- #### :tada: New Feature
1106
- * Automatically set web context for mobile web tests.
1107
-
1108
- #### :house: Internal
1109
- * Improve debugger initialization.
1110
-
1111
- ## v1.0.0-beta.8 (2019-12-09)
1112
-
1113
- #### :house: Internal
1114
- * Disable devtools-service logging
1115
-
1116
- ## v1.0.0-beta.7 (2019-12-08)
1117
-
1118
- **Due a mishap which happened when publishing new version, version number has been increased to 1.0.0-beta.x.
1119
- This version number change doesn't reflect any actual changes in the stable branch of oxygen-cli.
1120
- Version numbers will normalize once the real 1.0.0 is released.**
1121
-
1122
- #### :nail_care: Polish
1123
- * Handle "Unable to create new service" init error.
1124
-
1125
- #### :house: Internal
1126
- * WebdriverIO@5.16.13.
1127
-
1128
- ## v0.52.3 (2019-11-26)
1129
-
1130
- #### :house: Internal
1131
- * Remove erroneously published folder.
1132
-
1133
- ## v0.52.2 (2019-11-26)
1134
-
1135
- #### :nail_care: Polish
1136
- * Handle "Failed to create session" init error in web tests.
1137
-
1138
- ## v0.52.1 (2019-11-26)
1139
-
1140
- #### :beetle: Bug Fix
1141
- * Fix timeout argument being ignored in `web.network*`.
1142
- * Fix failures in certain commands (regression from v0.52.0).
1143
-
1144
- #### :nail_care: Polish
1145
- * Handle "Failed to create session" init error.
1146
-
1147
- #### :house: Internal
1148
- * WebdriverIO@5.16.9.
1149
-
1150
- ## v0.52.0 (2019-11-20)
1151
-
1152
- #### :tada: New Feature
1153
- * Add `web.network*` commands for working with network requests in Chrome.
1154
-
1155
- #### :beetle: Bug Fix
1156
- * Fix `mob.sendKeys` to work with W3C drivers.
1157
-
1158
- #### :nail_care: Polish
1159
- * Process 'invalid selector' errors.
1160
-
1161
- #### :book: Documentation
1162
- * Fix `mob.swipeScreen` documentation.
1163
-
1164
- #### :house: Internal
1165
- * WebdriverIO@5.16.7
1166
- * Bump dependencies.
1167
-
1168
- ## v0.51.2 (2019-11-13)
1169
-
1170
- #### :nail_care: Polish
1171
- * Try scrolling the element into viewport before clicking it.
1172
-
1173
- #### :house: Internal
1174
- * Add support for variables inspection in debugger.
1175
-
1176
- ## v0.51.1 (2019-11-04)
1177
-
1178
- #### :house: Internal
1179
- * Fix network timings.
1180
-
1181
- ## v0.51.0 (2019-10-23)
1182
-
1183
- #### :tada: New Feature
1184
- * Add `web.findElement` and `web.findElements`.
1185
-
1186
- #### :boom: Breaking Change
1187
- * `mob.getCaps` renamed to `mob.getCapabilities`.
1188
-
1189
- #### :beetle: Bug Fix
1190
- * Number of issues with `mob.findElement` and `mob.findElements`.
1191
-
1192
- ## v0.50.2 (2019-10-16)
1193
-
1194
- #### :tada: New Feature
1195
- * Add support for setting HTTP headers in `http` module commands.
1196
-
1197
- ## v0.50.1 (2019-10-08)
1198
-
1199
- #### :beetle: Bug Fix
1200
- * Fixed invalid WDIO dependencies being pulled on install.
1201
-
1202
- ## v0.50.0 (2019-10-07)
1203
-
1204
- #### :tada: New Feature
1205
- * Add support for authentication details in Selenium and Appium HUB URLs.
1206
-
1207
- ## v0.49.0 (2019-10-04)
1208
-
1209
- #### :tada: New Feature
1210
- * Add `twilio.sendSms`.
1211
-
1212
- #### :beetle: Bug Fix
1213
- * Environment not being read from suite json definition.
1214
-
1215
- #### :nail_care: Polish
1216
- * Add handling for 'application is not installed on device' error.
1217
- * Handle ChromeDriver version mismatch errors for Appium 1.15+.
1218
- * Handle additional 'element not found' errors.
1219
-
1220
- #### :house: Internal
1221
- * Use reloadSession instead of manually deleting and creating new sessions.
1222
- * Bump dependencies.
1223
-
1224
- ## v0.48.7 (2019-09-29)
1225
-
1226
- #### :nail_care: Polish
1227
- * Produce proper error when trying to use `web.getBrowserLogs` on unsupported browsers.
1228
- * Produce proper error mobile os version mismatch.
1229
- * Produce proper error on ChromeDriver version mismatch during context switch.
1230
-
1231
- #### :house: Internal
1232
- * Remove Grunt dependency.
1233
-
1234
- ## v0.48.6 (2019-09-26)
1235
-
1236
- #### :house: Internal
1237
- * Fix HAR not working on Chrome 77 and higher.
1238
-
1239
- ## v0.48.5 (2019-09-25)
1240
-
1241
- #### :beetle: Bug Fix
1242
- * `web.getXMLPageSource` not working as expected.
1243
- * `web.setTimeout` and `mob.setTimeout` not setting the global timeout.
1244
-
1245
- ## v0.48.4 (2019-09-25)
1246
-
1247
- #### :nail_care: Polish
1248
- * Don't print WDIO warn level logs.
1249
- * Produce proper error if `web.fileBrowse` fails due to the element not being interactable.
1250
- * `web.makeVisible` will set `disabled` attribute to false.
1251
-
1252
- #### :house: Internal
1253
- * Update chrome-har dependency.
1254
-
1255
- ## v0.48.3 (2019-09-22)
1256
-
1257
- #### :beetle: Bug Fix
1258
- * Issue with wrong WDIO dependency versions being pulled on new installs.
1259
- * Fix handling of user specified Appium server URLs in `mob.init`.
1260
-
1261
- #### :nail_care: Polish
1262
- * Don't print WDIO info level logs.
1263
-
1264
- ## v0.48.2 (2019-09-21)
1265
-
1266
- #### :beetle: Bug Fix
1267
- * Fix handling of selenium and appium hub addresses.
1268
-
1269
- ## v0.48.1 (2019-09-19)
1270
-
1271
- #### :nail_care: Polish
1272
- * Improved error handling.
1273
-
1274
- ## v0.48.0 (2019-09-19)
1275
-
1276
- #### :tada: New Feature
1277
- * Support for Node.js 12.
1278
- * New web commands: `web.isSelected`.
1279
- * New mob commands: `mob.closeApp`, `mob.installApp`, `mob.removeApp`, `mob.launchApp`, `mob.resetApp`, `mob.getCurrentAcitivity`, `mob.getCurrentPackage`.
1280
- * New pdf commands: `pdf.count`.
1281
- * Optional `pageNum` argument for `pdf.assert` and `pdf.assertNot`.
1282
- * Optional `timeout` argument for all `mob` and `web` commands. Can be used to set timeouts per command.
1283
- * Optional `clickParent` argument for `web.clickHidden`.
1284
-
1285
- #### :boom: Breaking Change
1286
- * `mob.verifyTitle`, `mob.verifyTitle`, `mob.verifyValue` removed since those command worked exactly like their `assert*` counterparts.
1287
- * `mob.swipe` has been split into two separate commands: `mob.swipe` and `mob.swipeScreen`.
1288
- * `mob.hideKeyboard` accepts different arguments and supports more strategies.
1289
- * `mob.scrollToElement` accepts different arguments.
1290
- * `mob.setAutoWait` and `web.setAutoWait` removed.
1291
- * Optional `message` argument has been removed from relevant `mob` commands.
1292
-
1293
- #### :beetle: Bug Fix
1294
- * `web.makeVisible` will keep the original element dimensions if non 0.
1295
-
1296
- #### :nail_care: Polish
1297
- * Error handling has been significantly improved.
1298
-
1299
- #### :book: Documentation
1300
- * Various documentation fixes.
1301
-
1302
- #### :house: Internal
1303
- * Upgrade to WebDriverIO v5.
1304
- * Bump dependencies.
1305
-
1306
- ## v0.47.4 (2019-09-12)
1307
- * Fix parameter handling for CSVs produced by OS X Excel.
1308
-
1309
- ## v0.47.3 (2019-08-05)
1310
- * Internal fixes: Fix HAR fetching on ChromeDriver >= v75
1311
-
1312
- ## v0.47.2 (2019-07-28)
1313
- * Internal fixes.
1314
-
1315
- ## v0.47.1 (2019-07-28)
1316
- * Internal fixes.
1317
-
1318
- ## v0.47.0 (2019-07-26)
1319
- * Add `web.dragAndDrop`.
1320
- * Internal changes - fix breakpoint processing and make oxygen work with VS Code debugger.
1321
- * Bump dependencies.
1322
-
1323
- ## v0.46.6 (2019-07-19)
1324
- * Improve performance of HTML report generation.
1325
- * Bump dependencies.
1326
-
1327
- ## v0.46.5 (2019-07-17)
1328
- * Add support for adding breakpoints after the test has started.
1329
- * Bump dependencies.
1330
-
1331
- ## v0.46.4 (2019-07-14)
1332
- * Fix invalid breakpoint handling in debugger.
1333
-
1334
- ## v0.46.3 (2019-07-10)
1335
- * Fix number of issues with HTML reports.
1336
-
1337
- ## v0.46.2 (2019-07-09)
1338
- * Support external webdriverio options.
1339
- * Improve error handling for RuntimeError.
1340
-
1341
- ## v0.46.1 (2019-07-03)
1342
- * Fix `soap` module to work with HTTPS which uses self-signed certificates.
1343
- * Fix `http` module to work with HTTPS which uses self-signed certificates.
1344
- * Fix `pdf.assert` not working properly with certain words having spaces in them.
1345
-
1346
- ## v0.46.0 (2019-07-02)
1347
- * Add `mob.getAppiumLogs`.
1348
- * Add `mob.getDeviceLogs`.
1349
- * Add `mob.getDeviceTime`.
1350
- * Add `mob.setTimeout`.
1351
- * Add `web.getBrowserLogs`.
1352
- * Add `pdf` module.
1353
- * Remove dependency on Mono for Linux & OS X.
1354
-
1355
- ## v0.45.2 (2019-06-17)
1356
- * Internal fixes.
1357
-
1358
- ## v0.45.1 (2019-06-11)
1359
- * Move `web.sendKeyboardActions` functionality to `web.sendKeys`.
1360
-
1361
- ## v0.45.0 (2019-06-11)
1362
- * Add `web.sendKeyboardActions` (on behalf of Alexei Mikheev).
1363
- * Fix `mob.swipe` to throw proper error when element not found.
1364
- * Fix commands failing with cryptic error when passed null as a locator.
1365
- * Bump dependencies.
1366
-
1367
- ## v0.44.1 (2019-06-10)
1368
- * Fix CSV parameters parsing.
1369
- * Fix UNKOWN_ERROR being thrown for assertion errors.
1370
-
1371
- ## v0.44.0 (2019-05-29)
1372
- * Remove support for using ECMAScript modules from `require`.
1373
-
1374
- ## v0.43.0 (2019-05-27)
1375
- * Add `web.getTitle`.
1376
- * Unwrap the return value returned by `web.execute` and `mob.execute`.
1377
- * Internal fixes.
1378
-
1379
- ## v0.42.8 (2019-05-05)
1380
- * Remove browserName if both browserName and appPackage were specified.
1381
- * Override script specified caps for mob tests with context caps.
1382
-
1383
- ## v0.42.7 (2019-04-29)
1384
- * Fix --ro command line switch.
1385
-
1386
- ## v0.42.6 (2019-04-24)
1387
- * Better error message on invalid IE zoom level.
1388
- * Internal fixes.
1389
-
1390
- ## v0.42.4 (2019-04-16)
1391
- * Fix date values not being parsed correctly when reading a CSV.
1392
- * Bump dependencies
1393
-
1394
- ## v0.42.3 (2019-04-02)
1395
- * Fix encoding issue when reading CSVs without BOM.
1396
- * Bump dependencies
1397
-
1398
- ## v0.42.2 (2019-03-13)
1399
- * Fix `web.scrollToElement`.
1400
-
1401
- ## v0.42.1 (2019-03-12)
1402
- * Internal fixes.
1403
-
1404
- ## v0.42.0 (2019-02-25)
1405
- * Add `shell` module.
1406
-
1407
- ## v0.41.2 (2019-02-01)
1408
- * Fix possible crash in `web.click`.
1409
-
1410
- ## v0.41.1 (2019-01-30)
1411
- * Internal fixes.
1412
-
1413
- ## v0.41.0 (2019-01-29)
1414
- * Add `web.assertTextNotPresent`.
1415
- * Add timeout to `web.assertTextPresent`.
1416
- * Fix `mob.swipe` when used without locator.
1417
- * Generate proper oxygen error on element not found in `mob.waitForExist`.
1418
- * Fix documentation.
1419
- * Use dependencies only from npm repo.
1420
-
1421
- ## v0.40.0 (2019-01-15)
1422
- * Add `web.refresh`.
1423
- * Handle element not displayed errors from IE driver.
1424
- * Produce proper error when browserName is not specified for `web.init`.
1425
- * Fix documentation.
1426
- * Other internal fixes.
1427
-
1428
- ## v0.39.0 (2018-12-28)
1429
- * **[Breaking change]** `mob.selectFrame` behavior changed to match `web.selectFrame`.
1430
- * Fix documentation.
1431
- * Other internal fixes.
1432
-
1433
- ## v0.38.0 (2018-12-23)
1434
- * Allow to access Oxygen modules and context from external modules.
1435
- * Add ES6 support to the test script imported modules.
1436
- * Fix commented out parameters being reported as undefined.
1437
- * Other internal fixes.
1438
-
1439
- ## v0.37.0 (2018-12-20)
1440
- * Ignore delay for transaction commands.
1441
- * Fix `date.fromNow` documentation.
1442
- * Add authentication support for `soap`.
1443
-
1444
- ## v0.36.1 (2018-12-17)
1445
- * Fix error's line number not saved in step result.
1446
-
1447
- ## v0.36.0 (2018-12-11)
1448
- * Add `web.back`.
1449
- * Fix `mob.isVisible`.
1450
- * Better handling of error caused by lack of Mono installation on MacOS, when generating HTML report.
1451
-
1452
- ## v0.35.5 (2018-12-01)
1453
- * Fix invalid transaction name in reports in certain situations when executing multiple iterations.
1454
-
1455
- ## v0.35.4 (2018-11-28)
1456
- * User friendly error messages on invalid parameter files.
1457
-
1458
- ## v0.35.3 (2018-11-28)
1459
- * Don't try to trim non-string parameter values.
1460
- * Use js injection click fallback for non-intractable elements.
1461
-
1462
- ## v0.35.2 (2018-11-27)
1463
- * Remove extra whitespace characters from parameters loaded from xlsx.
1464
-
1465
- ## v0.35.1 (2018-11-26)
1466
- * Better error message when Android device is not found.
1467
- * Fix crash under rare circumstances.
1468
-
1469
- ## v0.35.0 (2018-11-23)
1470
- * **[Breaking change]** Rename `mob.isDisplayed` to `mob.isVisible`.
1471
- * Fix `mob.is*` behavior when element not found.
1472
- * Better error messages for Selenium and Appium init failures.
1473
- * Better error messages on text mismatch for `web.waitForText` and `web.waitForValue`.
1474
- * Fix test time being reported in utc instead of local time in reports.
1475
- * Documentation updates.
1476
-
1477
- ## v0.34.4 (2018-11-19)
1478
- * Fix debugger.
1479
-
1480
- ## v0.34.2 (2018-11-12)
1481
- * Bump dependencies (adds support Node 9 and 10)
1482
-
1483
- ## v0.34.1 (2018-11-06)
1484
- * Fix invalid error being reported under certain conditions.
1485
-
1486
- ## v0.34.0 (2018-11-06)
1487
- * Add `db.executeQuery`.
1488
- * Fix crash on Linux/OSX if odbc binaries are not installed.
1489
- * Fix incorrect error type returned in certain situations.
1490
- * Fix error line number not shown for certain errors.
1491
- * Bump webdriverio.
1492
-
1493
- ## v0.33.0 (2018-10-24)
1494
- * **[Breaking change]** Rename `web.waitForElementPresent` to `web.waitForExist`.
1495
- * **[Breaking change]** Rename `web.isElementPresent` to `web.isExist`.
1496
- * **[Breaking change]** Rename `web.isElementVisible` to `web.isVisible`.
1497
- * **[Breaking change]** Rename `web.assertElementPresent` to `web.assertExist`.
1498
- * **[Breaking change]** Rename `web.executeScript` to `web.execute`.
1499
- * **[Breaking change]** Rename `web.getPageSource` to `web.getSource`.
1500
- * **[Breaking change]** Rename `mob.waitForElement` to `mob.waitForExist`.
1501
- * **[Breaking change]** Rename `mob.setValue` to `mob.type`.
1502
- * **[Breaking change]** Remove empty string locator from `web.selectWindow`.
1503
- * **[Breaking change]** Change `web.selectFrame` behavior:
1504
- * Multiple locators can be passed as arguments now instead of separating the frame XPathes with
1505
- `';;'`
1506
- * `"relative=parent"` changed to "parent"
1507
- * `"relative=top"` changed to "top"
1508
- * `"index=x"` changed to x (passed as a number)
1509
- * **[Breaking change]** Add `mob.setAutoWait`.
1510
- * Add `web.setAutoWait`.
1511
- * Add X offset support in `web.scrollToElement`.
1512
- * Improved error handling for situations when invalid arguments are passed to methods.
1513
- * Fix documentation.
1514
- * Error code names changes:
1515
- * ASSERT -> ASSERT_ERROR
1516
- * VERIFY -> VERIFY_ERROR
1517
- * NO_SUCH_ELEMENT -> ELEMENT_NOT_FOUND
1518
- * NO_SUCH_FRAME -> FRAME_NOT_FOUND
1519
- * UNKNOWN_COMMAND -> UNKNOWN_COMMAND_ERROR
1520
- * NO_SUCH_WINDOW -> WINDOW_NOT_FOUND
1521
- * APPIUM_SERVER_UNREACHABLE -> APPIUM_UNREACHABLE_ERROR
1522
- * SELENIUM_SERVER_UNREACHABLE SELENIUM_UNREACHABLE_ERROR
1523
- * NOT_IMPLEMENTED -> NOT_IMPLEMENTED_ERROR
1524
- * DB_CONNECTION -> DB_CONNECTION_ERROR
1525
- * DB_QUERY -> DB_QUERY_ERROR
1526
- * SOAP -> SOAP_ERROR
1527
- * Do not try to invoke web.clickHidden from web.click when element not found.
1528
- * Fix hang when calling method on a uninitialized module.
1529
- * Fix hidden click fallback in `web.click`.
1530
- * Fix `web.type` not clearing the previous value.
1531
- * `web.selectWindow` will automatically wait for window to appear when using `title` locator.
1532
- * Add optional `notOlderThan` argument to `twilio.getLastSms`.
1533
- * Fixed `transaction` not working if specified before `init`.
1534
-
1535
- ## v0.32.0 (2018-08-09)
1536
- * Fix `web.isAlertPresent`.
1537
- * Add `mob.clickMultipleTimes`.
1538
- * Fix int handling in `assert.equal`
1539
- * Perform Javascript injection click if regular click fails in `web.click`
1540
- * Reimplemented `mob.clickLong` using a different method to support iOS 11.4.
1541
- * Fix bug with skipping second record in CSV file.
1542
- * Add `http.getResponseHeaders`.
1543
- * Fix hang in `twilio.getLastSms`.
1544
- * Add support for script arguments in `web.executeScript`.
1545
- * Improve logging.
1546
- * Drop `verify` module.
1547
- * Bump dependencies.
1548
-
1549
- ## v0.31.1 (2018-06-01)
1550
- * Fix `mob.getCaps` for suites.
1551
- * Bump default swipe speed for `mob.swipe` to 30.
1552
- * Fix `mob.execute`.
1553
- * Fix `email` module to read last email instead of the first.
1554
- * Bump dependencies.
1555
-
1556
- ## v0.31.0 (2018-05-16)
1557
- * Add `web.getUrl` command.
1558
- * Change `web.assertText` and `web.assertValue` commands behavior to pass text or value assertions of hidden elements.
1559
-
1560
- ## v0.30.2 (2018-05-16)
1561
- * Revised handling of 'require' calls from Oxygen script.
1562
-
1563
- ## v0.30.1 (2018-05-16)
1564
- * Various `twilio` module fixes.
1565
- * Various `email` module fixes.
1566
-
1567
- ## v0.30.0 (2018-05-15)
1568
- * Add support for referencing global node modules with `require`.
1569
- * Add `require.allow` option to control if `require` usage is allowed within the script.
1570
- * Add `opt.autoReport` flag to test script - allow to turn on/off auto-reporting steps.
1571
- * Add preliminary implementation of `twilio` module.
1572
- * Add preliminary implementation of `email` module.
1573
-
1574
- ## v0.29.0 (2018-04-22)
1575
- * Add `mob.getValue`.
1576
- * Fix `mob.getText`.
1577
- * Allow to use `require` with global modules inside test scripts.
1578
- * Use window size instead of viewport in `web.setWindowSize`
1579
- * Add `customStep` method.
1580
- * Add support for `continueOnError` option.
1581
- * Fix `mob` module re-initialization when `reopenSession` is specified.
1582
-
1583
- ## v0.28.0 (2018-03-16)
1584
- * Add --delay switch for delaying command execution.
1585
- * Add `web.waitForNotExist`.
1586
- * Throw NO_SUCH_ELEMENT from `web.waitForVisible` if element doesn't exist.
1587
- * Deprecate `web.waitForElementPresent`.
1588
- * Throw LOCATOR_MATCHES_MULTIPLE_ELEMENTS from `web.gettAttribute` and `web.getText` if the locator matches multiple elements.
1589
- * Add `mob.selectFrame`.
1590
- * Fix context and init method capabilities merging.
1591
- * Bump dependencies.
1592
-
1593
- ## v0.27.0 (2018-02-27)
1594
- * Add `mob.clickLong`.
1595
- * Don't check for element visibility in `web.select`.
1596
-
1597
- ## v0.26.1 (2018-02-14)
1598
- * Fix parameters reading.
1599
-
1600
- ## v0.26.0 (2018-02-08)
1601
- * Add `mob.enableNetwork`.
1602
- * Fix `mob.swipe` and `mob.dragAndDrop` docs.
1603
- * Bump dependencies.
1604
-
1605
- ## v0.25.0 (2018-01-21)
1606
- * Remove '-m' switch.
1607
- * Add support for accessibility id locators on Android.
1608
- * [Breaking change] Use ~ for accessibility id locators on iOS instead of "id=" prefix.
1609
- * Make driver instance accessible from user level scripts.
1610
- * Add support for external debuggers.
1611
-
1612
- ## v0.24.1 (2017-12-25)
1613
- * Emit iteration-end event.
1614
-
1615
- ## v0.24.0 (2017-12-25)
1616
- * Add `mob.alertAccept`.
1617
- * Fix accessibility id locator strategy for native iOS applications.
1618
- * Documentation fixes.
1619
-
1620
- ## v0.23.0 (2017-12-16)
1621
- * [Breaking change] Require explicit web module initialization with `web.init`.
1622
- * Add `mob.unlockPattern`.
1623
- * A more reliable `web.waitFor*` implementation.
1624
- * Add preliminary support for JUnit reports.
1625
- * Fix suites execution stopping on the first fatal error.
1626
- * Fix status code handling in `http` module.
1627
- * Add support for native android id locators without package prefix.
1628
- * Trim and collapse white space for `web.getAttribute`, `getCssValue`, `getText` return values.
1629
- * Collapse whitespace in patterns.
1630
- * Add preliminary `date` module implementation.
1631
- * webdriverio@4.9.9
1632
-
1633
- ## v0.22.0 (2017-11-11)
1634
- * Fix time formatting in reports.
1635
- * Fix reliability issues with `web.waitForWindow`.
1636
- * Add `mob.smsClickLink`.
1637
- * Change `mob.getSmsText` to `mob.smsGetText`.
1638
-
1639
- ## v0.21.0 (2017-10-30)
1640
- * Add `serial.write` and `serial.getBuffer`.
1641
- * `mob.getSmsText` now uses android-smspopup application (see documentation) instead of SMSPopup from Play Store and accepts optional `wait` argument.
1642
- * Add `mob.isExist`.
1643
- * Fix regex pattern matching not performing the matching globally.
1644
-
1645
- ## v0.20.0 (2017-10-23)
1646
- * Fixed certain errors being ignored.
1647
- * Add `serial` module.
1648
- * Add `http` module.
1649
- * Add `mob.getLcoation`
1650
- * Fixed empty pattern matching in `web` module.
1651
- * Fixed `web.selectWindow` and `web.waitForWindow` failing if there is no currently active window.
1652
- * Fixed `name` locator handling in `web` module.
1653
-
1654
- ## v0.19.6 (2017-10-17)
1655
- * Return attribute only for the first matching element in web.getAttribute.
1656
- * Fix glob pattern matching in multi line text.
1657
-
1658
- ## v0.19.5 (2017-10-16)
1659
- * Return boolean instead of string from mob.is* commands.
1660
-
1661
- ## v0.19.4 (2017-10-15)
1662
- * Fix mob.scrollIntoElement
1663
-
1664
- ## v0.19.2 (2017-10-12)
1665
- * Use local time instead of UTC in reports.
1666
-
1667
- ## v0.19.0 (2017-10-11)
1668
- * Add mob.isCheckable, mob.isChecked, mob.isClickable, mob.isSelected
1669
- * mob.scroll command renamed to mob.dragAndDrop
1670
- * Fix web.type failing if passed value is not a string.
1671
- * Fix handling of parameters with underscore in the name.
1672
- * Update dependencies.
1673
-
1674
- ## v0.18.2 (2017-10-01)
1675
- * Fix error types generated on waitForExist and and waitForVisible.
1676
-
1677
- ## v0.18.0 (2017-09-29)
1678
- * `web`, `soap`, and `db` modules, previously implemented in C#, have been reimplemented in Node.js. This provides a number of significant benefits - faster test initialization, removes the need for version matching between Oxygen and Selenium servers, solves a number of issues on Linux/OS X related to Mono version incompatibility, allows using `soap` and `db` along with the `mob` module, and provides more flexibility in module's development.
1679
-
1680
- Note that .NET/Mono is still required if you wish to generate HTML or PDF reports.
1681
- In addition, `db` module now requires `unixODBC` libraries to be installed. See README. If `unixODBC` is not available the module won't be installed.
1682
-
1683
- Module specific changes are as follows:
1684
-
1685
- __`soap`__
1686
- *Removed*
1687
- `get12` - Removed in favor of the new `soap.get` method.
1688
- *Changed*
1689
- `get` - Signature changed to accept WSDL URL, method name, and any complex objects as service arguments. Unlike prior implementation this method will return object instead of a JSON serialization.
1690
- *Added*
1691
- `describe`
1692
-
1693
- __`web`__
1694
- *Removed*
1695
- `setBaseUrl`, `quit`, `getXMLPageSourceAsJSON`
1696
- *Changed*
1697
- [`waitForWindow`, `waitForValue`, `waitForText`, `waitForNotValuec`, `waitForNotValue`, `waitForElementPresent`,
1698
- `assertValue`, `assertElementPresent`, `assertAlert`, `assertSelectedValue`, `assertSelectedLabel`] - Now accept timeout as and optional argument.
1699
- `type` - Support for `${KEY_}` key codes has been removed in favor of Unicode characters.
1700
- `point` - Accepts two optional arguments xoffset and yoffset.
1701
- `getWindowHandles` - Return type changed to String[].
1702
- `getElementCount` - Accepts any of supported locators in addition to XPath.
1703
- `getElementCount` - Return type changed to Object.
1704
-
1705
- __`eyes`__
1706
- Temporary removed pending rewrite.
1707
-
1708
-
1709
- * Updated dependencies.
1710
-
1711
- ## v0.17.0 (2017-09-17)
1712
- * Fix iteration collapsing not working in HTML reports when having more than one iteration.
1713
- * Improve HTML reports.
1714
- * Add PDF reporter (--rf=pdf switch).
1715
- * Fix oxygen bin not launching on OSX and Linux.
1716
- * Fix random parameters mode.
1717
-
1718
- ## v0.16.0 (2017-09-02)
1719
- * Add web.getCssValue command.
1720
-
1721
- ## v0.15.0 (2017-08-21)
1722
- * Add mob.tap command.
1723
-
1724
- ## v0.14.1 (2017-08-14)
1725
- * Make log.* commands generate proper output in html reports.
1726
- * Remove log.fatal command.
1727
-
1728
- ## v0.14.0 (2017-08-05)
1729
- * Additional mobile locators: desc-contains, text-contains, scrollable, link-contains.
1730
- * Fix not being able to use transactions when running web tests with multiple iterations.
1731
- * Add ability to run mobile tests against remote hubs.
1732
-
1733
- ## v0.13.3 (2017-07-31)
1734
- * Fix number of issues with Excel reports generation.
1735
- * Fix report generation when --pm=all option is used.
1736
- * Don't generate unnecessary XML report when using the --rf=html option.
1737
-
1738
- ## v0.13.2 (2017-07-28)
1739
- * Fix global installation.
1740
-
1741
- ## v0.13.1 (2017-07-28)
1742
- * Initial release published to npm registry.
1
+ # CHANGELOG
2
+
3
+ ## v1.40.2 (2025-06-20)
4
+
5
+ #### :beetle: Bug Fix
6
+ * Various RP reporter fixes.
7
+
8
+ #### :nail_care: Polish
9
+ * Return stderr and exit code from `shell.exec`.
10
+
11
+ ## v1.40.1 (2025-06-06)
12
+
13
+ #### :beetle: Bug Fix
14
+ * Increase RP request timeout.
15
+ * Handle RP exceptions.
16
+
17
+ ## v1.40.0 (2025-05-27)
18
+
19
+ #### :beetle: Bug Fix
20
+ * Fix RP reporting for parallel tests.
21
+
22
+ ## v1.39.4 (2025-05-19)
23
+
24
+ #### :beetle: Bug Fix
25
+ * Record failure details for all errors.
26
+ * Do not categorize 'Timed out receiving message from renderer' as a session timeout error.
27
+
28
+ #### :house: Internal
29
+ * Various RP reporting fixes.
30
+
31
+ ## v1.39.3 (2025-05-06)
32
+
33
+ #### :nail_care: Polish
34
+ * Handle mobile element not found errors.
35
+
36
+ #### :house: Internal
37
+ * Various RP reporting fixes.
38
+
39
+ ## v1.39.2 (2025-05-05)
40
+
41
+ #### :house: Internal
42
+ * Update RP dependency.
43
+ * Add missing error handlers.
44
+
45
+ ## v1.39.1 (2025-04-30)
46
+
47
+ #### :beetle: Bug Fix
48
+ * Fix HTTP request information being recorded under wrong step sometimes.
49
+
50
+ ## v1.39.0 (2025-04-23)
51
+
52
+ #### :beetle: Bug Fix
53
+ * Report proper step hierarchy to RP.
54
+ * Do not report unnecessary logs to RP.
55
+ * Fix test re-run executing incorrect number of times.
56
+
57
+ ## v1.38.0 (2025-02-04)
58
+
59
+ #### :tada: New Feature
60
+ * Add support for reporting to ReportPortal.
61
+
62
+ #### :house: Internal
63
+ * Make autoSearch true to test case related CSV file will be automatically discovered.
64
+ * Add support for Visual Studio Code Oxygen extension.
65
+
66
+ ## v1.37.8 (2025-03-03)
67
+
68
+ #### :beetle: Bug Fix
69
+ * Do not try to fetch BrowserStack URL for non BrowserStack tests.
70
+
71
+ ## v1.37.7 (2025-02-18)
72
+
73
+ #### :nail_care: Polish
74
+ * Make bstack options copying more generic.
75
+
76
+ ## v1.37.6 (2025-01-08)
77
+
78
+ #### :beetle: Bug Fix
79
+ * Fix pass through of the `bstack:localIdentifier` capability.
80
+
81
+ ## v1.37.5 (2025-01-07)
82
+
83
+ #### :beetle: Bug Fix
84
+ * Fix test status not being set for BrowserStack tests.
85
+
86
+ #### :house: Internal
87
+ * Store BrowserStack result url in test result.
88
+
89
+ ## v1.37.4 (2024-12-24)
90
+
91
+ #### :beetle: Bug Fix
92
+ * Fix suite execution not working properly on BrowserStack.
93
+
94
+ ## v1.37.3 (2024-12-19)
95
+
96
+ #### :beetle: Bug Fix
97
+ * Properly pass BrowserStack capabilities.
98
+
99
+ ## v1.37.2 (2024-12-04)
100
+
101
+ #### :beetle: Bug Fix
102
+ * Produce proper error when trying to add non existent file with `ox.addAttachment`.
103
+
104
+ #### :house: Internal
105
+ * Handle re-run delay and re-run count.
106
+
107
+ ## v1.37.1 (2024-09-12)
108
+
109
+ #### :house: Internal
110
+ * Revert odbc.
111
+
112
+ ## v1.37.0 (2024-09-12)
113
+
114
+ #### :tada: New Feature
115
+ * Add `soap.authClientSSL` and `soap.authClientSSLPFX`.
116
+
117
+ #### :house: Internal
118
+ * Bump odbc.
119
+
120
+ ## v1.36.0 (2024-08-19)
121
+
122
+ #### :beetle: Bug Fix
123
+ * Fix crash when wdio element command fails from within a user script.
124
+ * Fix crash when re-running failed tests.
125
+
126
+ ## v1.35.2 (2024-07-30)
127
+
128
+ #### :beetle: Bug Fix
129
+ * Fix invalid transaction hierarchy in results when using hooks.
130
+
131
+ ## v1.35.0 (2024-06-18)
132
+
133
+ #### :tada: New Feature
134
+ * Add support for sending emails with `email` module.
135
+
136
+ ## v1.34.1 (2024-06-10)
137
+
138
+ #### :house: Internal
139
+ * Downgrade wdio for node 12 compatibility in IDE.
140
+
141
+ ## v1.34.0 (2024-06-07)
142
+
143
+ #### :tada: New Feature
144
+ * Add NTLM authentication support to `http` module.
145
+
146
+ ## v1.33.6 (2024-06-06)
147
+
148
+ #### :house: Internal
149
+ * Limit transaction name to 512 characters.
150
+
151
+ ## v1.33.5 (2024-05-29)
152
+
153
+ #### :beetle: Bug Fix
154
+ * Fix `web.waitForAngular` when running inside an iframe.
155
+
156
+ ## v1.33.4 (2024-05-10)
157
+
158
+ #### :beetle: Bug Fix
159
+ * Fix incorrect processing of parameters.
160
+ * Better handle situations when taking screenshots fails.
161
+
162
+ #### :house: Internal
163
+ * Bump webdriverio dependencies.
164
+
165
+ ## v1.33.2 (2024-05-24)
166
+
167
+ #### :house: Internal
168
+ * Downgrade chrome-har version for node 12 compatibility.
169
+
170
+ ## v1.33.1 (2024-03-20)
171
+
172
+ #### :beetle: Bug Fix
173
+ * Properly handle non-string message argument in `assert.fail` and `assert.pass`.
174
+
175
+ ## v1.33.0 (2024-03-11)
176
+
177
+ #### :tada: New Feature
178
+ * Add soft-wait mode for `web.waitForAngular`.
179
+ * Add support for reporting request/response related information in HTTP module.
180
+
181
+ #### :beetle: Bug Fix
182
+ * Fix timeout processing in `web.waitForAngular`.
183
+
184
+ #### :beetle: Bug Fix
185
+ * Handle internal `recordVideo` flag in web module.
186
+ * Bump dependencies.
187
+
188
+ ## v1.32.1 (2024-03-01)
189
+
190
+ #### :nail_care: Polish
191
+ * Process "javascript error" errors.
192
+ * Process "still not clickable after" errors.
193
+
194
+ #### :house: Internal
195
+ * Bump dependencies.
196
+
197
+ ## v1.32.0 (2023-12-15)
198
+
199
+ #### :tada: New Feature
200
+ * Add `web.mockClearAll` and `web.mockRestoreAll`.
201
+
202
+ ## v1.31.0 (2023-12-08)
203
+
204
+ #### :tada: New Feature
205
+ * Allow to capture and attach test video to test results if running against a Selenoid hub.
206
+ * Add `web.mock` method allowing to mock network responses.
207
+
208
+ #### :nail_care: Polish
209
+ * Minor improvements to API documentation.
210
+
211
+ #### :beetle: Bug Fix
212
+ * Mark transaction as warning if one of steps has warning status.
213
+
214
+ ## v1.30.3 (2023-09-01)
215
+
216
+ #### :beetle: Bug Fix
217
+ * Fix broken `--rf` switch.
218
+
219
+ #### :nail_care: Polish
220
+ * Do not wrap strings logged with `log.*` commands in double quotes.
221
+
222
+ ## v1.30.2 (2023-08-31)
223
+
224
+ #### :beetle: Bug Fix
225
+ * Fix parallel case execution inside suites.
226
+
227
+ ## v1.30.1 (2023-08-29)
228
+
229
+ #### :beetle: Bug Fix
230
+ * Fix step's Warning status not being properly processed.
231
+ * Improve the way test result status for suites with Skipped and Warning statuses is determined.
232
+
233
+ ## v1.30.0 (2023-08-15)
234
+
235
+ #### :tada: New Feature
236
+ * Add `utils.transaction` command.
237
+
238
+ ## v1.29.1 (2023-07-26)
239
+
240
+ #### :beetle: Bug Fix
241
+ * Invalid chrome-remote-interface require.
242
+
243
+ ## v1.29.0 (2023-07-26)
244
+
245
+ #### :tada: New Feature
246
+ * Add `web.verify*` commands.
247
+
248
+ #### :house: Internal
249
+ * Bump dependencies.
250
+
251
+ ## v1.28.0 (2023-07-14)
252
+
253
+ #### :tada: New Feature
254
+ * Add support for parallel execution of cases inside a suite.
255
+ * Expose `attributes` object to Oxygen scripts.
256
+
257
+ #### :beetle: Bug Fix
258
+ * `clearDeviceLogsOnStart` capability not working properly.
259
+ * Make sure to set test status to warning if one of the step's status is warning.
260
+ * Generate HTML report by default when running tests from Oxygen CLI.
261
+ * EventEmitter memory leak.
262
+ * Do not crash on invalid arguments to `transaction` commands.
263
+
264
+ #### :house: Internal
265
+ * Bump dependencies.
266
+
267
+ ## v1.27.5 (2023-04-14)
268
+
269
+ #### :tada: New Feature
270
+ * Allow "web" module to run Appium-based tests.
271
+
272
+ #### :house: Internal
273
+ * Bump dependencies.
274
+
275
+ ## v1.27.4 (2023-02-23)
276
+
277
+ #### :tada: New Feature
278
+ * Add types to Oxygen module to allow auto completion in popular IDEs.
279
+
280
+ #### :beetle: Bug Fix
281
+ * Issue with multi iterations debugging.
282
+ * Fix issue with re-run failed tests mechanism.
283
+
284
+ #### :house: Internal
285
+ * Bump dependencies.
286
+
287
+ ## v1.27.2 (2023-02-09)
288
+
289
+ #### :beetle: Bug Fix
290
+ * Browser windows were terminated instead of remaining open on failed tests in Oxygen IDE.
291
+
292
+ #### :house: Internal
293
+ * Bump dependencies.
294
+
295
+ ## v1.27.0 (2023-01-04)
296
+
297
+ #### :beetle: Bug Fix
298
+ * Restore node 12 compatibility.
299
+
300
+ #### :house: Internal
301
+ * Bump dependencies.
302
+
303
+ ## v1.26.0 (2022-12-28)
304
+
305
+ #### :tada: New Feature
306
+ * Add `Add web.network.blockUrls`.
307
+ * Add `ox.addAttribute` function for adding custom test attributes to the test result.
308
+
309
+ ## v1.25.0 (2022-12-22)
310
+
311
+ #### :beetle: Bug Fix
312
+ * Scripts with deeply nested `init` methods failed to execute in some situations when part of a Suite.
313
+
314
+ ## v1.24.9 (2022-12-09)
315
+
316
+ #### :house: Internal
317
+ * Downgrade mailparser to support node 12.
318
+
319
+ ## v1.24.8 (2022-12-09)
320
+
321
+ #### :beetle: Bug Fix
322
+ * Session not being dispossed for web tests.
323
+
324
+ #### :house: Internal
325
+ * Bump dependencies.
326
+
327
+ ## v1.24.7 (2022-12-08)
328
+
329
+ #### :beetle: Bug Fix
330
+ * Fix assertions not working in `http` module for non 2xx/3xx return codes.
331
+ * Fix `soap` module not working.
332
+ * Throw `APPIUM_SESSION_TIMEOUT` instead of `SELENIUM_SESSION_TIMEOUT` for mobile tests.
333
+
334
+ #### :house: Internal
335
+ * Bump dependencies.
336
+
337
+ ## v1.24.6 (2022-11-04)
338
+
339
+ #### :house: Internal
340
+ * Bump dependencies.
341
+
342
+ ## v1.24.5 (2022-09-22)
343
+
344
+ #### :house: Internal
345
+ * Bump dependencies.
346
+
347
+ ## v1.24.4 (2022-08-24)
348
+
349
+ #### :beetle: Bug Fix
350
+ * Fix value parsing in `web.waitFor*` commands (by Francois Wauquier).
351
+ * Fix issue with Applitools when API key is passed via "init" method.
352
+
353
+ #### :house: Internal
354
+ * Expose oxygen internal variables to debugger.
355
+ * Bump dependencies.
356
+
357
+ ## v1.24.3 (2022-08-12)
358
+
359
+ #### :beetle: Bug Fix
360
+ * Additional fixes for MODULE_NOT_INITIALIZED error when running multiple tests which reference an external script containing `*.init` commands.
361
+ * Do not include browserName when bundleId is specified in mobile capabilities.
362
+
363
+ ## v1.24.2 (2022-08-05)
364
+
365
+ #### :tada: New Feature
366
+ * Add `web.isInteractable`.
367
+
368
+ #### :beetle: Bug Fix
369
+ * Fixed MODULE_NOT_INITIALIZED error when running multiple tests which reference an external script containing `*.init` commands.
370
+
371
+ #### :house: Internal
372
+ * Bump dependencies.
373
+
374
+ ## v1.24.1 (2022-07-29)
375
+
376
+ #### :beetle: Bug Fix
377
+ * Closing bracket indentation in `log.*` output.
378
+ * Handing of objects with circular references in `log.*` commands.
379
+ * `web.assertTextPresent` and `web.assertTextNotPresent` not properly restoring timeouts on exit.
380
+
381
+ #### :house: Internal
382
+ * Bump dependencies.
383
+
384
+ ## v1.24.0 (2022-07-19)
385
+
386
+ #### :tada: New Feature
387
+ * Add `twilio.getLastSentApiSms` (by Akiva Brookler).
388
+
389
+ #### :house: Internal
390
+ * Bump dependencies.
391
+
392
+ ## v1.23.2 (2022-06-17)
393
+
394
+ #### :beetle: Bug Fix
395
+ * Fix test execution on Perfecto Mobile.
396
+
397
+ ## v1.23.0 (2022-06-15)
398
+
399
+ #### :tada: New Feature
400
+ * Add `db.callProcedure`.
401
+
402
+ #### :beetle: Bug Fix
403
+ * Fix test execution on Firefox.
404
+ * `http`: fix issue with "Cannot read property 'includes' of undefined" error when content-type header is missing in the response.
405
+
406
+ #### :house: Internal
407
+ * Bump dependencies.
408
+
409
+ ## v1.22.1 (2022-04-28)
410
+
411
+ #### :beetle: Bug Fix
412
+ * Fix test execution on Firefox.
413
+ * Convert body to object in http.get when nessasry.
414
+ * Catch and ignore device logs retrieval issue, if cloud provider doesn't support this operation.
415
+
416
+ ## v1.22.0 (2022-01-14)
417
+
418
+ #### :tada: New Feature
419
+ * Add `utils.xmlToJson`.
420
+
421
+ #### :beetle: Bug Fix
422
+ * Invalid line number printed for certain errors.
423
+ * Number of issues with BrowserStack integration.
424
+ * Number of issues with `shell` module.
425
+
426
+ #### :nail_care: Polish
427
+ * Documentation improvements.
428
+ * Increase `http` module's default response timeout from 30 to 60 seconds.
429
+
430
+ #### :house: Internal
431
+ * Bump dependencies.
432
+
433
+ ## v1.21.0 (2022-01-17)
434
+
435
+ #### :boom: Breaking Change
436
+ * Previously deprecated `web.selectWindow` with no arguments has been removed.
437
+
438
+ #### :tada: New Feature
439
+ * `email` module: add support for base64 encoded body and option to download email attachments.
440
+ * Add `utils.dnsResolve`.
441
+ * Add `utils.readXlsx`.
442
+ * Add `web.maximizeWindow`, `web.minimizeWindow`, `web.fullscreenWindow`.
443
+ * Add `soap.getLastResponseHeaders`.
444
+ * `soap.get`: allow passing HTTP request headers.
445
+
446
+ #### :beetle: Bug Fix
447
+ * Fix `mob.sendKeys` argument validation.
448
+ * `web.setTimeout` not having any effect on `web.open`.
449
+ * `web.waitForNotExist` not working as expected.
450
+ * Fix memory leak in `db` module.
451
+ * `assert.equal` not working correctly when input strings consisted of digits.
452
+
453
+ #### :nail_care: Polish
454
+ * Documentation improvements.
455
+
456
+ #### :house: Internal
457
+ * Refactor everything for more asynchronicity.
458
+ * Use `got` instead of the no longer supported `request` for `http` module.
459
+ * Bump other dependencies.
460
+
461
+ ## v1.20.2 (2021-09-05)
462
+
463
+ #### :beetle: Bug Fix
464
+ * Fix key usage in `utils.encrypt`.
465
+
466
+ ## v1.20.1 (2021-08-06)
467
+
468
+ #### :beetle: Bug Fix
469
+ * Issue with test execution on Perfecto Mobile.
470
+
471
+ #### :nail_care: Polish
472
+ * Improve error handling in `utils.decrypt`.
473
+
474
+ ## v1.20.0 (2021-08-04)
475
+
476
+ #### :boom: Breaking Change
477
+ * `web.isChecked` has been deprecated and will be removed in future versions. Use `web.isSelected` instead.
478
+
479
+ #### :tada: New Feature
480
+ * Support for NodeJS 14.
481
+ * Added `utils.readCsv` and `utils.writeCsv`.
482
+ * Allow filtering by source number in `twilio.getLastSms`.
483
+ * Added `utils.encrypt` and `utils.decrypt`.
484
+ * Added `web.waitForAngular` and `web.setAutoWaitForAngular`.
485
+ * Added `mob.selectWindow`, `mob.select`.
486
+ * Added `http.patch`.
487
+
488
+ #### :beetle: Bug Fix
489
+ * `web.isSelected` not working in certain situations.
490
+ * Index repeating transactions to prevent duplicate transaction names in results.
491
+ * Failure taking mobile screenshots in certain situations.
492
+
493
+ #### :nail_care: Polish
494
+ * Documentation improvements.
495
+ * Notify when `mob` command is being used in wrong mobile context.
496
+ * Improve error handling in `http` module.
497
+
498
+ #### :house: Internal
499
+ * Upgrade to WDIO v7 and bump other dependencies.
500
+
501
+ ## v1.19.1 (2021-06-01)
502
+
503
+ #### :beetle: Bug Fix
504
+ * `http` and `utils` module not working when using multiple iteration.
505
+
506
+ #### :nail_care: Polish
507
+ * Do not invoke module disposal mechanism on dead sessions (which previously led to test finalization taking a few minutes in certain situations).
508
+ * Miscellaneous internal cleanups.
509
+
510
+ ## v1.19.0 (2021-05-25)
511
+
512
+ #### :boom: Breaking Change
513
+ * `http` module will no longer throw on erroneous HTTP status codes, and will return the request/response details instead.
514
+
515
+ #### :tada: New Feature
516
+ * Add `web.network.waitForNotUrl`.
517
+ * Return `responseBody` and `requestPostData` in requests recorded with `web.network`.
518
+ * Add `web.newWindow`.
519
+
520
+ #### :beetle: Bug Fix
521
+ * PDF and XML reporter not working.
522
+ * `pdf.count` ignoring strings which appear multiple times on the same line.
523
+ * Ignore "ignored" steps in Cucumber.
524
+ * Make status argument in `web.dispose` and `mob.dispose` optional.
525
+ * Issue with converting Chai assertions to Oxygen errors.
526
+ * Various other fixes.
527
+
528
+ #### :nail_care: Polish
529
+ * Better error handling in debugger.
530
+ * Better error handling when parsing JSON/CSV/XLSX parameter files.
531
+ * Process "invalid selector" errors.
532
+ * Improved duration formatting in test reports.
533
+ * Add validation for timeout arguments and notify the user in case of invalid values.
534
+ * Removed redundant module disposal.
535
+
536
+ #### :house: Internal
537
+ * Bump dependencies.
538
+ * Support for REPL.
539
+
540
+ ## v1.18.0 (2021-03-24)
541
+
542
+ #### :tada: New Feature
543
+ * Add `utils.pause`.
544
+
545
+ #### :beetle: Bug Fix
546
+ * `web.click`, `web.rightClick`, `web.doubleClick` not working on IE < 11.
547
+
548
+ #### :nail_care: Polish
549
+ * Print more details on `http` module failures.
550
+ * Documentation updates.
551
+
552
+ ## v1.17.0 (2021-03-22)
553
+
554
+ #### :boom: Breaking Change
555
+ * `http` module has been rewritten to support more features. As a result some methods, their arguments, and return types were substantially changed. See API documentation for more details.
556
+
557
+ #### :tada: New Feature
558
+ * Add `soap.setProxy`.
559
+ * Add `autoDispose` setting to `oxygen.conf` to control whether to dispose modules automatically between test iterations.
560
+
561
+ #### :beetle: Bug Fix
562
+ * `web.click` and `web.clickHidden` not working on IE < 11.
563
+ * `web.fileBrowse` not working.
564
+ * Issue with hooks in Cucumber tests.
565
+ * Various other fixes.
566
+
567
+ #### :nail_care: Polish
568
+ * Process "element not interactable" errors.
569
+
570
+ #### :house: Internal
571
+ * Bump dependencies.
572
+
573
+ ## v1.16.1 (2021-02-15)
574
+
575
+ #### :beetle: Bug Fix
576
+ * Issue with module disposal.
577
+
578
+ ## v1.16.0 (2021-02-09)
579
+
580
+ #### :tada: New Feature
581
+ * New command `mob.longPressKeyCode`.
582
+ * New command `web.rightClickActions`
583
+ * Node module `proxy`.
584
+
585
+ #### :beetle: Bug Fix
586
+ * Error parsing in `db` module.
587
+ * Number of issues with session disposal.
588
+
589
+ ## v1.15.0 (2021-01-16)
590
+
591
+ #### :tada: New Feature
592
+ * Added `*.waitForInteractable`.
593
+
594
+ #### :beetle: Bug Fix
595
+ * `web.switchToWindow` crashes when one of the windows closes mid-way.
596
+ * `web.switchToWindow` crashing in certain situations.
597
+ * Memory leak during test disposal.
598
+ * Various issues with `mob.scrollIntoElement`, `mob.swipe`, `mob.swipeElement`, `mob.swipeScreen`.
599
+ * Script errors not being processed.
600
+ * Handling of missing locator arguments in `mob` module.
601
+
602
+ #### :house: Internal
603
+ * Pass console output from child process to external libraries.
604
+ * Number of internal fixes.
605
+ * Bump dependencies.
606
+
607
+ ## v1.14.3 (2020-11-27)
608
+
609
+ #### :beetle: Bug Fix
610
+ * Fix ChromeDriver cleanup on Linux.
611
+
612
+ #### :house: Internal
613
+ * Bump dependencies.
614
+
615
+ ## v1.14.2 (2020-11-20)
616
+
617
+ #### :beetle: Bug Fix
618
+ * Regression in `web.clickHidden`.
619
+ * Invalid filename printed in error details for certain errors.
620
+
621
+ ## v1.14.1 (2020-11-16)
622
+
623
+ #### :tada: New Feature
624
+ * Automatic retry on `STALE_ELEMENT_REFERENCE`.
625
+
626
+ #### :beetle: Bug Fix
627
+ * Fixed `*.findElements` to throw errors instead of returning an empty array for anything else except `ELEMENT_NOT_FOUND`.
628
+
629
+ #### :nail_care: Polish
630
+ * Process "module not found" errors.
631
+ * Process "window not found" errors.
632
+ * Process "The element with selector * you trying to pass into the execute method wasn't found" errors.
633
+
634
+ ## v1.14.0 (2020-11-08)
635
+
636
+ #### :boom: Breaking Change
637
+ * `*.findElements` will return an empty array instead of failing when no elements are found.
638
+
639
+ #### :beetle: Bug Fix
640
+ * `win.selectWindow` not working with `title=` prefix.
641
+ * Test name not being set for tests executed on PerfectoMobile provider.
642
+
643
+ ## v1.13.7 (2020-11-03)
644
+
645
+ #### :beetle: Bug Fix
646
+ * Fixed issue with stopping `mob` and `win` tests.
647
+ * Fixed issue with re-running failed tests.
648
+
649
+ #### :house: Internal
650
+ * Bump dependencies.
651
+
652
+ ## v1.13.6 (2020-10-27)
653
+
654
+ #### :beetle: Bug Fix
655
+ * `onBeforeCase` and `onAfterCase` support in Cucumber tests.
656
+ * Fixed number of issues with Edge when using cloud providers.
657
+
658
+ #### :house: Internal
659
+ * Collect logs and HAR for Cucumber tests.
660
+
661
+ ## v1.13.5 (2020-10-19)
662
+
663
+ #### :beetle: Bug Fix
664
+ * Fixed `web.sendKeys` throwing an error if currently active window is closed during the command execution.
665
+ * Fixed `web.click` and `web.clickHidden` to work in IE < 9 compatibility mode.
666
+ * RegExp arguments not properly displayed in reports.
667
+
668
+ #### :house: Internal
669
+ * Bump dependencies.
670
+
671
+ ## v1.13.4 (2020-10-13)
672
+
673
+ #### :beetle: Bug Fix
674
+ * Fixed maximum call stack size exceeded issue (#102).
675
+
676
+ ## v1.13.3 (2020-10-12)
677
+
678
+ #### :beetle: Bug Fix
679
+ * Add option to enable SNI in `email` module. This fixes issue with connection to Gmail.
680
+
681
+ ## v1.13.2 (2020-10-08)
682
+
683
+ #### :house: Internal
684
+ * Fixed parameter handling when using re-run option.
685
+
686
+ ## v1.13.1 (2020-10-08)
687
+
688
+ #### :house: Internal
689
+ * Added internal option for disabling screenshots on failure.
690
+
691
+ ## v1.13.0 (2020-10-08)
692
+
693
+ #### :tada: New Feature
694
+ * Support for `beforeCommand` and `afterCommand` hooks.
695
+
696
+ #### :boom: Breaking Change
697
+ * `web.dispose` and `mob.dispose` now expects a mandatory status argument.
698
+
699
+ #### :beetle: Bug Fix
700
+ * `web.waitForVisible` was ignoring the timeout argument.
701
+
702
+ #### :nail_care: Polish
703
+ * Made CSV parsing errors more user friendly.
704
+ * Print more detailed failure information for Cucumber tests.
705
+
706
+ #### :house: Internal
707
+ * Added BrowserStack integration.
708
+ * Fixed issue with SauceLab session disposal.
709
+ * Fixed domContentLoadedEvent and loadEvent calculation.
710
+ * Added internal option to re-run failed tests.
711
+ * Updated WDIO to v6.6.0.
712
+
713
+ ## v1.12.0 (2020-09-27)
714
+
715
+ #### :boom: Breaking Change
716
+ * Execute each Case using new browser session when executing Suites.
717
+
718
+ #### :beetle: Bug Fix
719
+ * Test initialization on Edge + BrowserStack.
720
+ * `web.getXMLPageSource` to work on Edge.
721
+
722
+ #### :nail_care: Polish
723
+ * Fail silently if click fails due to js injection error.
724
+ * Fallback to js click when ChromeDriver fails due to element being located in Shadow DOM.
725
+
726
+ #### :house: Internal
727
+ * Fixed an issue with performance timings not being recorded.
728
+
729
+ ## v1.11.0 (2020-09-21)
730
+
731
+ #### :tada: New Feature
732
+ * Add `mob.assertAlert`.
733
+ * Add `mob.getBrowserLogs`.
734
+
735
+ #### :beetle: Bug Fix
736
+ * `timeout` argument being ignored in some commands.
737
+ * Number of issues in `alert` related commands.
738
+
739
+ #### :book: Documentation
740
+ * Add missing accessibility id locator to win docs.
741
+
742
+ #### :nail_care: Polish
743
+ * Make CSV parsing errors more user-friendly.
744
+ * Increase default 3000ms `waitFor*` timeout to 5000ms.
745
+ * Produce proper error if `web.pointJS` is not supported on IE.
746
+ * Throw a more detailed error when `web.clickHidden` is not supported on IE.
747
+
748
+ #### :house: Internal
749
+ * Fix performance stats not being fetched correctly.
750
+ * Fix logs retrieval.
751
+ * Code refactoring.
752
+ * Bump dependencies.
753
+
754
+ ## v1.10.0 (2020-09-13)
755
+
756
+ #### :boom: Breaking Change
757
+ * Minimal supported node.js version 10.18.1.
758
+
759
+ #### :beetle: Bug Fix
760
+ * No error details shown for oxygen.po/conf/env.js errors.
761
+ * Filename not shown for certain script errors.
762
+ * Issue with `*.network` module re-initialization.
763
+
764
+ #### :nail_care: Polish
765
+ * Make transaction's duration an aggregate of all the underlying command durations.
766
+
767
+ ## v1.9.0 (2020-09-09)
768
+
769
+ #### :boom: Breaking Change
770
+ * `soap.describe` returns object instead of a serialized representation.
771
+
772
+ #### :tada: New Feature
773
+ * Add `web.isChecked`.
774
+
775
+ #### :beetle: Bug Fix
776
+ * `web.getHtml` wasn't available.
777
+ * Execution on MicrosoftEdge.
778
+ * width and height wasn't adjusted properly in `web.makeVisible`.
779
+ * Memory leak when using multiple iterations.
780
+ * Shared `vars` object for passing data between tests not working.
781
+
782
+ #### :nail_care: Polish
783
+ * Add error handling for network errors on Chrome 85.
784
+
785
+ #### :house: Internal
786
+ * Fixed breakpoints not working with UNC paths.
787
+ * Fixed mobile logs not being collected.
788
+
789
+ ## v1.8.2 (2020-08-30)
790
+
791
+ #### :house: Internal
792
+ * Downgrade WDIO due to a regression.
793
+
794
+ ## v1.8.1 (2020-08-30)
795
+
796
+ #### :house: Internal
797
+ * Simplify debugger's path to url conversion.
798
+ * Do not close browser on failed tests (when running through IDE).
799
+ * Bump dependencies.
800
+
801
+ ## v1.8.0 (2020-08-25)
802
+
803
+ #### :tada: New Feature
804
+ * Add `web.getHTML`.
805
+
806
+ #### :nail_care: Polish
807
+ * Throw proper error on `mob.click` in webview context if element is not interactable.
808
+
809
+ #### :house: Internal
810
+ * Fix filename handling in debugger.
811
+ * Bump WDIO to v6.4.2.
812
+
813
+ ## v1.7.2 (2020-08-23)
814
+
815
+ #### :beetle: Bug Fix
816
+ * `ID` locators not working in `win` module.
817
+ * `web.click` working in asynchronous mode instead of synchronous.
818
+
819
+ #### :book: Documentation
820
+ * Fixed `win`, `web`, and `mob` modules formatting.
821
+
822
+ #### :house: Internal
823
+ * Bump and cleanup dependencies.
824
+
825
+ ## v1.7.1 (2020-08-22)
826
+
827
+ #### :beetle: Bug Fix
828
+ * Regression with `services` and `modules` settings in `oxygen.conf` being ignored.
829
+
830
+ ## v1.7.0 (2020-08-20)
831
+
832
+ #### :tada: New Feature
833
+ * Support for BrowserStack provider.
834
+ * Take screenshots for all available windows including the titles on errors.
835
+ * Improved performance during test initialization.
836
+
837
+ #### :beetle: Bug Fix
838
+ * Fixed `web.makeVisible` to work with elements with 0 height/width and `!important` style applied.
839
+ * `web.assertTextPresent` and `web.assertTextNotPresent` not producing proper errors.
840
+ * Invalid oxygen.conf/po/env.js files not being handled properly.
841
+ * Fixed npm updates check during `npm root -g` invocation not being disabled.
842
+ * Produce proper errors when `web.network` is not initialized.
843
+ * Fix tests getting stuck sometimes on low level WDIO errors.
844
+ * `require` not working from within `oxygen.conf/po/env.js` files.
845
+
846
+ #### :nail_care: Polish
847
+ * Improved reports generated by cli to specify browser/device name next to suite details.
848
+ * Handle additional WebDriver errors.
849
+
850
+ #### :book: Documentation
851
+ * `email` module fixes.
852
+
853
+ #### :house: Internal
854
+ * Fixed number of issues with results, environments, and breakpoints processing.
855
+ * WebDriverIO updated to v6.4.0.
856
+ * Bump dependencies.
857
+
858
+ ## v1.6.1 (2020-07-03)
859
+
860
+ #### :beetle: Bug Fix
861
+ * Fix npm root -g mechanizm for macos
862
+
863
+ ## v1.6.0 (2020-06-25)
864
+
865
+ #### :tada: New Feature
866
+ * Support for Node.js 12.
867
+ * `web.getWindowSize` for returning browser window dimensions.
868
+ * `assert.pass` for arbitrary stopping test execution.
869
+
870
+ #### :beetle: Bug Fix
871
+ * Browser session not being disposed in some cases.
872
+ * `web.assertTextPresent` and `web.assertTextNotPresent` not working correctly.
873
+ * `web.point` not working correctly.
874
+ * `win.isSelected` not working correctly.
875
+ * Environment definition not being read from oxygen.conf.js.
876
+ * Exit code returned by Oxygen not reflecting the test status.
877
+
878
+ #### :nail_care: Polish
879
+ * `mob.swipeElement` no longer requires `speed` argument.
880
+ * Improved `mob.swipe` behavior.
881
+ * Improved `web.assertSelectedLabel` and `web.assertSelectedValue` to accept optional argument specifying whether to wait for element's visibility.
882
+ * `web.getText` no longer requires element to be visible.
883
+
884
+ #### :book: Documentation
885
+ * Various documentation fixes.
886
+
887
+ ## v1.5.1 (2020-06-17)
888
+
889
+ #### :beetle: Bug Fix
890
+ * Regression related to execution of Cucumber projects.
891
+ * Regression related to execution of single test scripts.
892
+
893
+ #### :nail_care: Polish
894
+ * Improve command argument serialization.
895
+
896
+ ## v1.5.0 (2020-06-15)
897
+
898
+ #### :tada: New Feature
899
+ * Added support for defining suites in separate files.
900
+
901
+ #### :beetle: Bug Fix
902
+ * Re-enabled `network` module.
903
+
904
+ ## v1.4.1 (2020-06-09)
905
+
906
+ #### :tada: New Feature
907
+ * Added support for finding windows by their URL to `web.selectWindow` and `web.waitForWindow`.
908
+ Option to select/waitFor last opened windows has been deprecated and will be removed in the future.
909
+
910
+ #### :beetle: Bug Fix
911
+ * `mob.swipeElement` not working due to a typo.
912
+
913
+ #### :book: Documentation
914
+ * Various documentation fixes.
915
+
916
+ #### :house: Internal
917
+ * WebDriverIO updated to v5.23.0.
918
+
919
+ ## v1.4.0 (2020-06-07)
920
+
921
+ #### :tada: New Feature
922
+ * `mob.getTitle`
923
+ * `mob.getUrl`
924
+
925
+ #### :beetle: Bug Fix
926
+ * `web.type` on Firefox not triggering some events attached to the element.
927
+ * Browser not being closed on test completion when multiple tabs or windows are opened.
928
+ * `web.pointJS` not working on Internet Explorer.
929
+ * Incorrect command duration in HTML reports.
930
+
931
+ #### :nail_care: Polish
932
+ * Improve `web.makeVisible` to adjust visibility of parent elements as well.
933
+ * Handle 'Element not clickable at point' errors produced by IE.
934
+ * Handle 'element click intercepted' errors.
935
+ * Handle 'No active session with ID' errors.
936
+
937
+ #### :book: Documentation
938
+ * Improve documentation for `web.scrollIntoView`, `mob.getAlertText`, `*.getDriver`.
939
+
940
+ #### :house: Internal
941
+ * Initial support for PerfectoMobile provider.
942
+ * Increase `connectionRetryTimeout` and decrease `connectionRetryCount` in order to better handle slowly loading pages.
943
+ * Bump dependencies.
944
+
945
+ ## v1.3.0 (2020-05-10)
946
+
947
+ #### :tada: New Feature
948
+ * Add `assert.contain`.
949
+
950
+ #### :beetle: Bug Fix
951
+ * Log entries generated by Cucumber runner.
952
+ * Missing "location" in some thrown errors.
953
+
954
+ ## v1.2.5 (2020-05-04)
955
+
956
+ #### :beetle: Bug Fix
957
+ * Number of issues to related to module initialization.
958
+ * Cucumber runner not populating logs data.
959
+
960
+ ## v1.2.0 (2020-04-13)
961
+
962
+ #### :tada: New Feature
963
+ * Add `web.pointJS`.
964
+
965
+ #### :beetle: Bug Fix
966
+ * `--p=json` switch not working.
967
+ * Number of issues related to running tests on LambdaTest cloud provider.
968
+ * Relative paths in `pdf.assertNot` and `pdf.count`.
969
+
970
+ #### :nail_care: Polish
971
+ * Argument validation for `*.type` and `*.open` commands.
972
+ * Process 'Failed to create session' errors.
973
+
974
+ #### :book: Documentation
975
+ * Fix `web.deleteCookies` documentation.
976
+
977
+ #### :house: Internal
978
+ * WebDriverIO updated to v5.22.1.
979
+ * Improvements to browser disposal, debugger support, and SauceLabs provider support.
980
+
981
+ ## v1.1.3 (2020-03-15)
982
+
983
+ #### :beetle: Bug Fix
984
+ * Debug logs were not added to JSON results.
985
+
986
+ #### :nail_care: Polish
987
+ * Properly process 'invalid url' errors.
988
+
989
+ #### :house: Internal
990
+ * Update dependencies.
991
+
992
+ ## v1.1.2 (2020-03-06)
993
+
994
+ #### :house: Internal
995
+ * Fix process disposal.
996
+
997
+ ## v1.1.1 (2020-02-29)
998
+
999
+ #### :nail_care: Polish
1000
+ * Properly process 'invalid css selector' errors.
1001
+
1002
+ #### :house: Internal
1003
+ * Remove duplicate dependency.
1004
+
1005
+ ## v1.1.0 (2020-02-27)
1006
+
1007
+ #### :boom: Breaking Change
1008
+ * `log.*` will automatically serialize the value if it's a complex object. Using `log.info(JSON.stringify(obj))` is no longer required.
1009
+ * Minimum required version of Node.js has been raised to v10.14. Although Oxygen will work in part on older versions, anything below 10.14 is no longer officially supported.
1010
+
1011
+ #### :beetle: Bug Fix
1012
+ * `log.*` not working with non-string objects.
1013
+ * Parameters not loaded correctly from CSV if header contains spaces.
1014
+ * Error handling in `web.assertAlert`, `web.alertAccept`, `web.alertDismiss` commands.
1015
+ * Processing of ChomeDriver version mismatch errors.
1016
+ * Generate HTML reports by default even if `--rf` switch is not specified.
1017
+ * Regression with `assert` commands no longer taking screenshot for web and mobile tests.
1018
+
1019
+ #### :house: Internal
1020
+ * Update dependencies.
1021
+ * Various other small fixes & improvements.
1022
+
1023
+ ## v1.0.3 (2020-02-13)
1024
+
1025
+ #### :beetle: Bug Fix
1026
+ * Stopping test not working reliably.
1027
+ * Loading custom globally installed modules not working with `require`.
1028
+ * Confusing error message when required file is not found.
1029
+
1030
+ ## v1.0.2 (2020-02-12)
1031
+
1032
+ #### :beetle: Bug Fix
1033
+ * `--server` switch not working with mobile tests.
1034
+ * `--ro` switch not working.
1035
+ * `id` locator in web tests not working if it contains illegal characters.
1036
+ * Test doesn't run if empty parameters file is used.
1037
+
1038
+ #### :nail_care: Polish
1039
+ * Update help screen.
1040
+ * Properly process 'Specified URL is not valid' errors.
1041
+ * Properly process 'invalid xpath' errors for IE.
1042
+
1043
+ #### :house: Internal
1044
+ * Update dependencies.
1045
+
1046
+ ## v1.0.1 (2020-02-05)
1047
+
1048
+ #### :house: Internal
1049
+ * Various fixes.
1050
+
1051
+ ## v1.0.0 (2020-02-04)
1052
+
1053
+ #### :tada: New Feature
1054
+ * Significant improvements to test structure organization, allowing to define all configurations using a project file.
1055
+ * Improvements to the script development flexibility:
1056
+ - Automation tests can be written using ES6.
1057
+ - Tests can hook into exposed `before` and `after` hooks for `test`, `suite`, `case`, `command` actions.
1058
+ * Improvements to Oxygen extendability:
1059
+ - Internal modules can be written using ES6 and can be developed in both synchronous and asynchronous (using `async/await` operators) manner.
1060
+ - Modules can contain submodules. E.g. `web.network.assertUrl`.
1061
+ - Added support for Service. Services are add-ons which can be developed for providing additional custom logic for tests.
1062
+ * Support for Applitools for visual UI testing.
1063
+ * Support for native Windows applications (via WinApiDriver) automation - WinForms, WPF, UWP, Classic Win32.
1064
+ * Support for writing tests using Cucumber.
1065
+ * Support for environment variables.
1066
+ * Project level Page Object support.
1067
+ * Support for running multiple Suites as a part of a single test.
1068
+ * Improved debugging support when using breakpoints in external files.
1069
+ * Added `web.rightClick`.
1070
+ * Added `win.rightClick`.
1071
+ * Improvements to SauceLabs, LambdaTest, TestingBot integrations
1072
+ * `pdf` methods accept optional argument for reversing string order (useful when working with RTL languages).
1073
+
1074
+ #### :boom: Breaking Change
1075
+ * `ox.*` is no longer available. `ox.modules.*` should be used instead. All available modules `web`, `mob`, etc are also exposed globally now and can be used directly.
1076
+ * `return` is no longer supported for terminating user scripts.
1077
+ * Suite configuration JSONs are no longer supported. Project level configuration files should be used instead.
1078
+ * `web.network*` commands are now accessible via a submodule `web.network.*` and have different names. See documentation for more details.
1079
+ * Oxygen will not produce any reports by default unless `--rf` switch is used.
1080
+
1081
+ #### :beetle: Bug Fix
1082
+ * `twilio` not producing proper error when no matching messages found.
1083
+ * `web.network` not recording responses for redirected requests.
1084
+ * `web.click` not working on IE under certain conditions.
1085
+ * Debugger not entering into module code if module name is specified using wrong case.
1086
+
1087
+ #### :nail_care: Polish
1088
+ * Improved error handling. Errors now contain proper stacktraces and provide more details about where in user script the error has occurred.
1089
+ * More errors from underlying frameworks are handled and processed.
1090
+ * JUnit XML reports improved to include more details about test failures.
1091
+ * `twilio` module performance improvements.
1092
+ * Added JS injection fall-back for `web.doubleClick` when element is not clickable.
1093
+
1094
+ #### :book: Documentation
1095
+ * Documentation has been migrated to a new infrastructure providing better user experience. Documentation has been, as well, improved with more topics.
1096
+
1097
+ #### :house: Internal
1098
+ * Webdriverio updated to v5.18.6.
1099
+ * Updated pre-bundled Chrome drivers.
1100
+
1101
+ ## v1.0.0-beta.14 (2019-12-16)
1102
+
1103
+ #### :tada: New Feature
1104
+ * Take screenshots on `assert.*` command failures.
1105
+
1106
+ ## v1.0.0-beta.13 (2019-12-15)
1107
+
1108
+ #### :beetle: Bug Fix
1109
+ * Generate proper results on child process crashes.
1110
+
1111
+ ## v1.0.0-beta.12 (2019-12-15)
1112
+
1113
+ #### :tada: New Feature
1114
+ * Automatically set web context for mobile web tests.
1115
+
1116
+ #### :house: Internal
1117
+ * Improve debugger initialization.
1118
+
1119
+ ## v1.0.0-beta.8 (2019-12-09)
1120
+
1121
+ #### :house: Internal
1122
+ * Disable devtools-service logging
1123
+
1124
+ ## v1.0.0-beta.7 (2019-12-08)
1125
+
1126
+ **Due a mishap which happened when publishing new version, version number has been increased to 1.0.0-beta.x.
1127
+ This version number change doesn't reflect any actual changes in the stable branch of oxygen-cli.
1128
+ Version numbers will normalize once the real 1.0.0 is released.**
1129
+
1130
+ #### :nail_care: Polish
1131
+ * Handle "Unable to create new service" init error.
1132
+
1133
+ #### :house: Internal
1134
+ * WebdriverIO@5.16.13.
1135
+
1136
+ ## v0.52.3 (2019-11-26)
1137
+
1138
+ #### :house: Internal
1139
+ * Remove erroneously published folder.
1140
+
1141
+ ## v0.52.2 (2019-11-26)
1142
+
1143
+ #### :nail_care: Polish
1144
+ * Handle "Failed to create session" init error in web tests.
1145
+
1146
+ ## v0.52.1 (2019-11-26)
1147
+
1148
+ #### :beetle: Bug Fix
1149
+ * Fix timeout argument being ignored in `web.network*`.
1150
+ * Fix failures in certain commands (regression from v0.52.0).
1151
+
1152
+ #### :nail_care: Polish
1153
+ * Handle "Failed to create session" init error.
1154
+
1155
+ #### :house: Internal
1156
+ * WebdriverIO@5.16.9.
1157
+
1158
+ ## v0.52.0 (2019-11-20)
1159
+
1160
+ #### :tada: New Feature
1161
+ * Add `web.network*` commands for working with network requests in Chrome.
1162
+
1163
+ #### :beetle: Bug Fix
1164
+ * Fix `mob.sendKeys` to work with W3C drivers.
1165
+
1166
+ #### :nail_care: Polish
1167
+ * Process 'invalid selector' errors.
1168
+
1169
+ #### :book: Documentation
1170
+ * Fix `mob.swipeScreen` documentation.
1171
+
1172
+ #### :house: Internal
1173
+ * WebdriverIO@5.16.7
1174
+ * Bump dependencies.
1175
+
1176
+ ## v0.51.2 (2019-11-13)
1177
+
1178
+ #### :nail_care: Polish
1179
+ * Try scrolling the element into viewport before clicking it.
1180
+
1181
+ #### :house: Internal
1182
+ * Add support for variables inspection in debugger.
1183
+
1184
+ ## v0.51.1 (2019-11-04)
1185
+
1186
+ #### :house: Internal
1187
+ * Fix network timings.
1188
+
1189
+ ## v0.51.0 (2019-10-23)
1190
+
1191
+ #### :tada: New Feature
1192
+ * Add `web.findElement` and `web.findElements`.
1193
+
1194
+ #### :boom: Breaking Change
1195
+ * `mob.getCaps` renamed to `mob.getCapabilities`.
1196
+
1197
+ #### :beetle: Bug Fix
1198
+ * Number of issues with `mob.findElement` and `mob.findElements`.
1199
+
1200
+ ## v0.50.2 (2019-10-16)
1201
+
1202
+ #### :tada: New Feature
1203
+ * Add support for setting HTTP headers in `http` module commands.
1204
+
1205
+ ## v0.50.1 (2019-10-08)
1206
+
1207
+ #### :beetle: Bug Fix
1208
+ * Fixed invalid WDIO dependencies being pulled on install.
1209
+
1210
+ ## v0.50.0 (2019-10-07)
1211
+
1212
+ #### :tada: New Feature
1213
+ * Add support for authentication details in Selenium and Appium HUB URLs.
1214
+
1215
+ ## v0.49.0 (2019-10-04)
1216
+
1217
+ #### :tada: New Feature
1218
+ * Add `twilio.sendSms`.
1219
+
1220
+ #### :beetle: Bug Fix
1221
+ * Environment not being read from suite json definition.
1222
+
1223
+ #### :nail_care: Polish
1224
+ * Add handling for 'application is not installed on device' error.
1225
+ * Handle ChromeDriver version mismatch errors for Appium 1.15+.
1226
+ * Handle additional 'element not found' errors.
1227
+
1228
+ #### :house: Internal
1229
+ * Use reloadSession instead of manually deleting and creating new sessions.
1230
+ * Bump dependencies.
1231
+
1232
+ ## v0.48.7 (2019-09-29)
1233
+
1234
+ #### :nail_care: Polish
1235
+ * Produce proper error when trying to use `web.getBrowserLogs` on unsupported browsers.
1236
+ * Produce proper error mobile os version mismatch.
1237
+ * Produce proper error on ChromeDriver version mismatch during context switch.
1238
+
1239
+ #### :house: Internal
1240
+ * Remove Grunt dependency.
1241
+
1242
+ ## v0.48.6 (2019-09-26)
1243
+
1244
+ #### :house: Internal
1245
+ * Fix HAR not working on Chrome 77 and higher.
1246
+
1247
+ ## v0.48.5 (2019-09-25)
1248
+
1249
+ #### :beetle: Bug Fix
1250
+ * `web.getXMLPageSource` not working as expected.
1251
+ * `web.setTimeout` and `mob.setTimeout` not setting the global timeout.
1252
+
1253
+ ## v0.48.4 (2019-09-25)
1254
+
1255
+ #### :nail_care: Polish
1256
+ * Don't print WDIO warn level logs.
1257
+ * Produce proper error if `web.fileBrowse` fails due to the element not being interactable.
1258
+ * `web.makeVisible` will set `disabled` attribute to false.
1259
+
1260
+ #### :house: Internal
1261
+ * Update chrome-har dependency.
1262
+
1263
+ ## v0.48.3 (2019-09-22)
1264
+
1265
+ #### :beetle: Bug Fix
1266
+ * Issue with wrong WDIO dependency versions being pulled on new installs.
1267
+ * Fix handling of user specified Appium server URLs in `mob.init`.
1268
+
1269
+ #### :nail_care: Polish
1270
+ * Don't print WDIO info level logs.
1271
+
1272
+ ## v0.48.2 (2019-09-21)
1273
+
1274
+ #### :beetle: Bug Fix
1275
+ * Fix handling of selenium and appium hub addresses.
1276
+
1277
+ ## v0.48.1 (2019-09-19)
1278
+
1279
+ #### :nail_care: Polish
1280
+ * Improved error handling.
1281
+
1282
+ ## v0.48.0 (2019-09-19)
1283
+
1284
+ #### :tada: New Feature
1285
+ * Support for Node.js 12.
1286
+ * New web commands: `web.isSelected`.
1287
+ * New mob commands: `mob.closeApp`, `mob.installApp`, `mob.removeApp`, `mob.launchApp`, `mob.resetApp`, `mob.getCurrentAcitivity`, `mob.getCurrentPackage`.
1288
+ * New pdf commands: `pdf.count`.
1289
+ * Optional `pageNum` argument for `pdf.assert` and `pdf.assertNot`.
1290
+ * Optional `timeout` argument for all `mob` and `web` commands. Can be used to set timeouts per command.
1291
+ * Optional `clickParent` argument for `web.clickHidden`.
1292
+
1293
+ #### :boom: Breaking Change
1294
+ * `mob.verifyTitle`, `mob.verifyTitle`, `mob.verifyValue` removed since those command worked exactly like their `assert*` counterparts.
1295
+ * `mob.swipe` has been split into two separate commands: `mob.swipe` and `mob.swipeScreen`.
1296
+ * `mob.hideKeyboard` accepts different arguments and supports more strategies.
1297
+ * `mob.scrollToElement` accepts different arguments.
1298
+ * `mob.setAutoWait` and `web.setAutoWait` removed.
1299
+ * Optional `message` argument has been removed from relevant `mob` commands.
1300
+
1301
+ #### :beetle: Bug Fix
1302
+ * `web.makeVisible` will keep the original element dimensions if non 0.
1303
+
1304
+ #### :nail_care: Polish
1305
+ * Error handling has been significantly improved.
1306
+
1307
+ #### :book: Documentation
1308
+ * Various documentation fixes.
1309
+
1310
+ #### :house: Internal
1311
+ * Upgrade to WebDriverIO v5.
1312
+ * Bump dependencies.
1313
+
1314
+ ## v0.47.4 (2019-09-12)
1315
+ * Fix parameter handling for CSVs produced by OS X Excel.
1316
+
1317
+ ## v0.47.3 (2019-08-05)
1318
+ * Internal fixes: Fix HAR fetching on ChromeDriver >= v75
1319
+
1320
+ ## v0.47.2 (2019-07-28)
1321
+ * Internal fixes.
1322
+
1323
+ ## v0.47.1 (2019-07-28)
1324
+ * Internal fixes.
1325
+
1326
+ ## v0.47.0 (2019-07-26)
1327
+ * Add `web.dragAndDrop`.
1328
+ * Internal changes - fix breakpoint processing and make oxygen work with VS Code debugger.
1329
+ * Bump dependencies.
1330
+
1331
+ ## v0.46.6 (2019-07-19)
1332
+ * Improve performance of HTML report generation.
1333
+ * Bump dependencies.
1334
+
1335
+ ## v0.46.5 (2019-07-17)
1336
+ * Add support for adding breakpoints after the test has started.
1337
+ * Bump dependencies.
1338
+
1339
+ ## v0.46.4 (2019-07-14)
1340
+ * Fix invalid breakpoint handling in debugger.
1341
+
1342
+ ## v0.46.3 (2019-07-10)
1343
+ * Fix number of issues with HTML reports.
1344
+
1345
+ ## v0.46.2 (2019-07-09)
1346
+ * Support external webdriverio options.
1347
+ * Improve error handling for RuntimeError.
1348
+
1349
+ ## v0.46.1 (2019-07-03)
1350
+ * Fix `soap` module to work with HTTPS which uses self-signed certificates.
1351
+ * Fix `http` module to work with HTTPS which uses self-signed certificates.
1352
+ * Fix `pdf.assert` not working properly with certain words having spaces in them.
1353
+
1354
+ ## v0.46.0 (2019-07-02)
1355
+ * Add `mob.getAppiumLogs`.
1356
+ * Add `mob.getDeviceLogs`.
1357
+ * Add `mob.getDeviceTime`.
1358
+ * Add `mob.setTimeout`.
1359
+ * Add `web.getBrowserLogs`.
1360
+ * Add `pdf` module.
1361
+ * Remove dependency on Mono for Linux & OS X.
1362
+
1363
+ ## v0.45.2 (2019-06-17)
1364
+ * Internal fixes.
1365
+
1366
+ ## v0.45.1 (2019-06-11)
1367
+ * Move `web.sendKeyboardActions` functionality to `web.sendKeys`.
1368
+
1369
+ ## v0.45.0 (2019-06-11)
1370
+ * Add `web.sendKeyboardActions` (on behalf of Alexei Mikheev).
1371
+ * Fix `mob.swipe` to throw proper error when element not found.
1372
+ * Fix commands failing with cryptic error when passed null as a locator.
1373
+ * Bump dependencies.
1374
+
1375
+ ## v0.44.1 (2019-06-10)
1376
+ * Fix CSV parameters parsing.
1377
+ * Fix UNKOWN_ERROR being thrown for assertion errors.
1378
+
1379
+ ## v0.44.0 (2019-05-29)
1380
+ * Remove support for using ECMAScript modules from `require`.
1381
+
1382
+ ## v0.43.0 (2019-05-27)
1383
+ * Add `web.getTitle`.
1384
+ * Unwrap the return value returned by `web.execute` and `mob.execute`.
1385
+ * Internal fixes.
1386
+
1387
+ ## v0.42.8 (2019-05-05)
1388
+ * Remove browserName if both browserName and appPackage were specified.
1389
+ * Override script specified caps for mob tests with context caps.
1390
+
1391
+ ## v0.42.7 (2019-04-29)
1392
+ * Fix --ro command line switch.
1393
+
1394
+ ## v0.42.6 (2019-04-24)
1395
+ * Better error message on invalid IE zoom level.
1396
+ * Internal fixes.
1397
+
1398
+ ## v0.42.4 (2019-04-16)
1399
+ * Fix date values not being parsed correctly when reading a CSV.
1400
+ * Bump dependencies
1401
+
1402
+ ## v0.42.3 (2019-04-02)
1403
+ * Fix encoding issue when reading CSVs without BOM.
1404
+ * Bump dependencies
1405
+
1406
+ ## v0.42.2 (2019-03-13)
1407
+ * Fix `web.scrollToElement`.
1408
+
1409
+ ## v0.42.1 (2019-03-12)
1410
+ * Internal fixes.
1411
+
1412
+ ## v0.42.0 (2019-02-25)
1413
+ * Add `shell` module.
1414
+
1415
+ ## v0.41.2 (2019-02-01)
1416
+ * Fix possible crash in `web.click`.
1417
+
1418
+ ## v0.41.1 (2019-01-30)
1419
+ * Internal fixes.
1420
+
1421
+ ## v0.41.0 (2019-01-29)
1422
+ * Add `web.assertTextNotPresent`.
1423
+ * Add timeout to `web.assertTextPresent`.
1424
+ * Fix `mob.swipe` when used without locator.
1425
+ * Generate proper oxygen error on element not found in `mob.waitForExist`.
1426
+ * Fix documentation.
1427
+ * Use dependencies only from npm repo.
1428
+
1429
+ ## v0.40.0 (2019-01-15)
1430
+ * Add `web.refresh`.
1431
+ * Handle element not displayed errors from IE driver.
1432
+ * Produce proper error when browserName is not specified for `web.init`.
1433
+ * Fix documentation.
1434
+ * Other internal fixes.
1435
+
1436
+ ## v0.39.0 (2018-12-28)
1437
+ * **[Breaking change]** `mob.selectFrame` behavior changed to match `web.selectFrame`.
1438
+ * Fix documentation.
1439
+ * Other internal fixes.
1440
+
1441
+ ## v0.38.0 (2018-12-23)
1442
+ * Allow to access Oxygen modules and context from external modules.
1443
+ * Add ES6 support to the test script imported modules.
1444
+ * Fix commented out parameters being reported as undefined.
1445
+ * Other internal fixes.
1446
+
1447
+ ## v0.37.0 (2018-12-20)
1448
+ * Ignore delay for transaction commands.
1449
+ * Fix `date.fromNow` documentation.
1450
+ * Add authentication support for `soap`.
1451
+
1452
+ ## v0.36.1 (2018-12-17)
1453
+ * Fix error's line number not saved in step result.
1454
+
1455
+ ## v0.36.0 (2018-12-11)
1456
+ * Add `web.back`.
1457
+ * Fix `mob.isVisible`.
1458
+ * Better handling of error caused by lack of Mono installation on MacOS, when generating HTML report.
1459
+
1460
+ ## v0.35.5 (2018-12-01)
1461
+ * Fix invalid transaction name in reports in certain situations when executing multiple iterations.
1462
+
1463
+ ## v0.35.4 (2018-11-28)
1464
+ * User friendly error messages on invalid parameter files.
1465
+
1466
+ ## v0.35.3 (2018-11-28)
1467
+ * Don't try to trim non-string parameter values.
1468
+ * Use js injection click fallback for non-intractable elements.
1469
+
1470
+ ## v0.35.2 (2018-11-27)
1471
+ * Remove extra whitespace characters from parameters loaded from xlsx.
1472
+
1473
+ ## v0.35.1 (2018-11-26)
1474
+ * Better error message when Android device is not found.
1475
+ * Fix crash under rare circumstances.
1476
+
1477
+ ## v0.35.0 (2018-11-23)
1478
+ * **[Breaking change]** Rename `mob.isDisplayed` to `mob.isVisible`.
1479
+ * Fix `mob.is*` behavior when element not found.
1480
+ * Better error messages for Selenium and Appium init failures.
1481
+ * Better error messages on text mismatch for `web.waitForText` and `web.waitForValue`.
1482
+ * Fix test time being reported in utc instead of local time in reports.
1483
+ * Documentation updates.
1484
+
1485
+ ## v0.34.4 (2018-11-19)
1486
+ * Fix debugger.
1487
+
1488
+ ## v0.34.2 (2018-11-12)
1489
+ * Bump dependencies (adds support Node 9 and 10)
1490
+
1491
+ ## v0.34.1 (2018-11-06)
1492
+ * Fix invalid error being reported under certain conditions.
1493
+
1494
+ ## v0.34.0 (2018-11-06)
1495
+ * Add `db.executeQuery`.
1496
+ * Fix crash on Linux/OSX if odbc binaries are not installed.
1497
+ * Fix incorrect error type returned in certain situations.
1498
+ * Fix error line number not shown for certain errors.
1499
+ * Bump webdriverio.
1500
+
1501
+ ## v0.33.0 (2018-10-24)
1502
+ * **[Breaking change]** Rename `web.waitForElementPresent` to `web.waitForExist`.
1503
+ * **[Breaking change]** Rename `web.isElementPresent` to `web.isExist`.
1504
+ * **[Breaking change]** Rename `web.isElementVisible` to `web.isVisible`.
1505
+ * **[Breaking change]** Rename `web.assertElementPresent` to `web.assertExist`.
1506
+ * **[Breaking change]** Rename `web.executeScript` to `web.execute`.
1507
+ * **[Breaking change]** Rename `web.getPageSource` to `web.getSource`.
1508
+ * **[Breaking change]** Rename `mob.waitForElement` to `mob.waitForExist`.
1509
+ * **[Breaking change]** Rename `mob.setValue` to `mob.type`.
1510
+ * **[Breaking change]** Remove empty string locator from `web.selectWindow`.
1511
+ * **[Breaking change]** Change `web.selectFrame` behavior:
1512
+ * Multiple locators can be passed as arguments now instead of separating the frame XPathes with
1513
+ `';;'`
1514
+ * `"relative=parent"` changed to "parent"
1515
+ * `"relative=top"` changed to "top"
1516
+ * `"index=x"` changed to x (passed as a number)
1517
+ * **[Breaking change]** Add `mob.setAutoWait`.
1518
+ * Add `web.setAutoWait`.
1519
+ * Add X offset support in `web.scrollToElement`.
1520
+ * Improved error handling for situations when invalid arguments are passed to methods.
1521
+ * Fix documentation.
1522
+ * Error code names changes:
1523
+ * ASSERT -> ASSERT_ERROR
1524
+ * VERIFY -> VERIFY_ERROR
1525
+ * NO_SUCH_ELEMENT -> ELEMENT_NOT_FOUND
1526
+ * NO_SUCH_FRAME -> FRAME_NOT_FOUND
1527
+ * UNKNOWN_COMMAND -> UNKNOWN_COMMAND_ERROR
1528
+ * NO_SUCH_WINDOW -> WINDOW_NOT_FOUND
1529
+ * APPIUM_SERVER_UNREACHABLE -> APPIUM_UNREACHABLE_ERROR
1530
+ * SELENIUM_SERVER_UNREACHABLE SELENIUM_UNREACHABLE_ERROR
1531
+ * NOT_IMPLEMENTED -> NOT_IMPLEMENTED_ERROR
1532
+ * DB_CONNECTION -> DB_CONNECTION_ERROR
1533
+ * DB_QUERY -> DB_QUERY_ERROR
1534
+ * SOAP -> SOAP_ERROR
1535
+ * Do not try to invoke web.clickHidden from web.click when element not found.
1536
+ * Fix hang when calling method on a uninitialized module.
1537
+ * Fix hidden click fallback in `web.click`.
1538
+ * Fix `web.type` not clearing the previous value.
1539
+ * `web.selectWindow` will automatically wait for window to appear when using `title` locator.
1540
+ * Add optional `notOlderThan` argument to `twilio.getLastSms`.
1541
+ * Fixed `transaction` not working if specified before `init`.
1542
+
1543
+ ## v0.32.0 (2018-08-09)
1544
+ * Fix `web.isAlertPresent`.
1545
+ * Add `mob.clickMultipleTimes`.
1546
+ * Fix int handling in `assert.equal`
1547
+ * Perform Javascript injection click if regular click fails in `web.click`
1548
+ * Reimplemented `mob.clickLong` using a different method to support iOS 11.4.
1549
+ * Fix bug with skipping second record in CSV file.
1550
+ * Add `http.getResponseHeaders`.
1551
+ * Fix hang in `twilio.getLastSms`.
1552
+ * Add support for script arguments in `web.executeScript`.
1553
+ * Improve logging.
1554
+ * Drop `verify` module.
1555
+ * Bump dependencies.
1556
+
1557
+ ## v0.31.1 (2018-06-01)
1558
+ * Fix `mob.getCaps` for suites.
1559
+ * Bump default swipe speed for `mob.swipe` to 30.
1560
+ * Fix `mob.execute`.
1561
+ * Fix `email` module to read last email instead of the first.
1562
+ * Bump dependencies.
1563
+
1564
+ ## v0.31.0 (2018-05-16)
1565
+ * Add `web.getUrl` command.
1566
+ * Change `web.assertText` and `web.assertValue` commands behavior to pass text or value assertions of hidden elements.
1567
+
1568
+ ## v0.30.2 (2018-05-16)
1569
+ * Revised handling of 'require' calls from Oxygen script.
1570
+
1571
+ ## v0.30.1 (2018-05-16)
1572
+ * Various `twilio` module fixes.
1573
+ * Various `email` module fixes.
1574
+
1575
+ ## v0.30.0 (2018-05-15)
1576
+ * Add support for referencing global node modules with `require`.
1577
+ * Add `require.allow` option to control if `require` usage is allowed within the script.
1578
+ * Add `opt.autoReport` flag to test script - allow to turn on/off auto-reporting steps.
1579
+ * Add preliminary implementation of `twilio` module.
1580
+ * Add preliminary implementation of `email` module.
1581
+
1582
+ ## v0.29.0 (2018-04-22)
1583
+ * Add `mob.getValue`.
1584
+ * Fix `mob.getText`.
1585
+ * Allow to use `require` with global modules inside test scripts.
1586
+ * Use window size instead of viewport in `web.setWindowSize`
1587
+ * Add `customStep` method.
1588
+ * Add support for `continueOnError` option.
1589
+ * Fix `mob` module re-initialization when `reopenSession` is specified.
1590
+
1591
+ ## v0.28.0 (2018-03-16)
1592
+ * Add --delay switch for delaying command execution.
1593
+ * Add `web.waitForNotExist`.
1594
+ * Throw NO_SUCH_ELEMENT from `web.waitForVisible` if element doesn't exist.
1595
+ * Deprecate `web.waitForElementPresent`.
1596
+ * Throw LOCATOR_MATCHES_MULTIPLE_ELEMENTS from `web.gettAttribute` and `web.getText` if the locator matches multiple elements.
1597
+ * Add `mob.selectFrame`.
1598
+ * Fix context and init method capabilities merging.
1599
+ * Bump dependencies.
1600
+
1601
+ ## v0.27.0 (2018-02-27)
1602
+ * Add `mob.clickLong`.
1603
+ * Don't check for element visibility in `web.select`.
1604
+
1605
+ ## v0.26.1 (2018-02-14)
1606
+ * Fix parameters reading.
1607
+
1608
+ ## v0.26.0 (2018-02-08)
1609
+ * Add `mob.enableNetwork`.
1610
+ * Fix `mob.swipe` and `mob.dragAndDrop` docs.
1611
+ * Bump dependencies.
1612
+
1613
+ ## v0.25.0 (2018-01-21)
1614
+ * Remove '-m' switch.
1615
+ * Add support for accessibility id locators on Android.
1616
+ * [Breaking change] Use ~ for accessibility id locators on iOS instead of "id=" prefix.
1617
+ * Make driver instance accessible from user level scripts.
1618
+ * Add support for external debuggers.
1619
+
1620
+ ## v0.24.1 (2017-12-25)
1621
+ * Emit iteration-end event.
1622
+
1623
+ ## v0.24.0 (2017-12-25)
1624
+ * Add `mob.alertAccept`.
1625
+ * Fix accessibility id locator strategy for native iOS applications.
1626
+ * Documentation fixes.
1627
+
1628
+ ## v0.23.0 (2017-12-16)
1629
+ * [Breaking change] Require explicit web module initialization with `web.init`.
1630
+ * Add `mob.unlockPattern`.
1631
+ * A more reliable `web.waitFor*` implementation.
1632
+ * Add preliminary support for JUnit reports.
1633
+ * Fix suites execution stopping on the first fatal error.
1634
+ * Fix status code handling in `http` module.
1635
+ * Add support for native android id locators without package prefix.
1636
+ * Trim and collapse white space for `web.getAttribute`, `getCssValue`, `getText` return values.
1637
+ * Collapse whitespace in patterns.
1638
+ * Add preliminary `date` module implementation.
1639
+ * webdriverio@4.9.9
1640
+
1641
+ ## v0.22.0 (2017-11-11)
1642
+ * Fix time formatting in reports.
1643
+ * Fix reliability issues with `web.waitForWindow`.
1644
+ * Add `mob.smsClickLink`.
1645
+ * Change `mob.getSmsText` to `mob.smsGetText`.
1646
+
1647
+ ## v0.21.0 (2017-10-30)
1648
+ * Add `serial.write` and `serial.getBuffer`.
1649
+ * `mob.getSmsText` now uses android-smspopup application (see documentation) instead of SMSPopup from Play Store and accepts optional `wait` argument.
1650
+ * Add `mob.isExist`.
1651
+ * Fix regex pattern matching not performing the matching globally.
1652
+
1653
+ ## v0.20.0 (2017-10-23)
1654
+ * Fixed certain errors being ignored.
1655
+ * Add `serial` module.
1656
+ * Add `http` module.
1657
+ * Add `mob.getLcoation`
1658
+ * Fixed empty pattern matching in `web` module.
1659
+ * Fixed `web.selectWindow` and `web.waitForWindow` failing if there is no currently active window.
1660
+ * Fixed `name` locator handling in `web` module.
1661
+
1662
+ ## v0.19.6 (2017-10-17)
1663
+ * Return attribute only for the first matching element in web.getAttribute.
1664
+ * Fix glob pattern matching in multi line text.
1665
+
1666
+ ## v0.19.5 (2017-10-16)
1667
+ * Return boolean instead of string from mob.is* commands.
1668
+
1669
+ ## v0.19.4 (2017-10-15)
1670
+ * Fix mob.scrollIntoElement
1671
+
1672
+ ## v0.19.2 (2017-10-12)
1673
+ * Use local time instead of UTC in reports.
1674
+
1675
+ ## v0.19.0 (2017-10-11)
1676
+ * Add mob.isCheckable, mob.isChecked, mob.isClickable, mob.isSelected
1677
+ * mob.scroll command renamed to mob.dragAndDrop
1678
+ * Fix web.type failing if passed value is not a string.
1679
+ * Fix handling of parameters with underscore in the name.
1680
+ * Update dependencies.
1681
+
1682
+ ## v0.18.2 (2017-10-01)
1683
+ * Fix error types generated on waitForExist and and waitForVisible.
1684
+
1685
+ ## v0.18.0 (2017-09-29)
1686
+ * `web`, `soap`, and `db` modules, previously implemented in C#, have been reimplemented in Node.js. This provides a number of significant benefits - faster test initialization, removes the need for version matching between Oxygen and Selenium servers, solves a number of issues on Linux/OS X related to Mono version incompatibility, allows using `soap` and `db` along with the `mob` module, and provides more flexibility in module's development.
1687
+
1688
+ Note that .NET/Mono is still required if you wish to generate HTML or PDF reports.
1689
+ In addition, `db` module now requires `unixODBC` libraries to be installed. See README. If `unixODBC` is not available the module won't be installed.
1690
+
1691
+ Module specific changes are as follows:
1692
+
1693
+ __`soap`__
1694
+ *Removed*
1695
+ `get12` - Removed in favor of the new `soap.get` method.
1696
+ *Changed*
1697
+ `get` - Signature changed to accept WSDL URL, method name, and any complex objects as service arguments. Unlike prior implementation this method will return object instead of a JSON serialization.
1698
+ *Added*
1699
+ `describe`
1700
+
1701
+ __`web`__
1702
+ *Removed*
1703
+ `setBaseUrl`, `quit`, `getXMLPageSourceAsJSON`
1704
+ *Changed*
1705
+ [`waitForWindow`, `waitForValue`, `waitForText`, `waitForNotValuec`, `waitForNotValue`, `waitForElementPresent`,
1706
+ `assertValue`, `assertElementPresent`, `assertAlert`, `assertSelectedValue`, `assertSelectedLabel`] - Now accept timeout as and optional argument.
1707
+ `type` - Support for `${KEY_}` key codes has been removed in favor of Unicode characters.
1708
+ `point` - Accepts two optional arguments xoffset and yoffset.
1709
+ `getWindowHandles` - Return type changed to String[].
1710
+ `getElementCount` - Accepts any of supported locators in addition to XPath.
1711
+ `getElementCount` - Return type changed to Object.
1712
+
1713
+ __`eyes`__
1714
+ Temporary removed pending rewrite.
1715
+
1716
+
1717
+ * Updated dependencies.
1718
+
1719
+ ## v0.17.0 (2017-09-17)
1720
+ * Fix iteration collapsing not working in HTML reports when having more than one iteration.
1721
+ * Improve HTML reports.
1722
+ * Add PDF reporter (--rf=pdf switch).
1723
+ * Fix oxygen bin not launching on OSX and Linux.
1724
+ * Fix random parameters mode.
1725
+
1726
+ ## v0.16.0 (2017-09-02)
1727
+ * Add web.getCssValue command.
1728
+
1729
+ ## v0.15.0 (2017-08-21)
1730
+ * Add mob.tap command.
1731
+
1732
+ ## v0.14.1 (2017-08-14)
1733
+ * Make log.* commands generate proper output in html reports.
1734
+ * Remove log.fatal command.
1735
+
1736
+ ## v0.14.0 (2017-08-05)
1737
+ * Additional mobile locators: desc-contains, text-contains, scrollable, link-contains.
1738
+ * Fix not being able to use transactions when running web tests with multiple iterations.
1739
+ * Add ability to run mobile tests against remote hubs.
1740
+
1741
+ ## v0.13.3 (2017-07-31)
1742
+ * Fix number of issues with Excel reports generation.
1743
+ * Fix report generation when --pm=all option is used.
1744
+ * Don't generate unnecessary XML report when using the --rf=html option.
1745
+
1746
+ ## v0.13.2 (2017-07-28)
1747
+ * Fix global installation.
1748
+
1749
+ ## v0.13.1 (2017-07-28)
1750
+ * Initial release published to npm registry.