botium-core 1.13.11 → 1.13.12
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.
package/dist/botium-cjs.js
CHANGED
|
@@ -81,7 +81,7 @@ var express__default = /*#__PURE__*/_interopDefaultLegacy(express);
|
|
|
81
81
|
var bodyParser__default = /*#__PURE__*/_interopDefaultLegacy(bodyParser);
|
|
82
82
|
|
|
83
83
|
var name = "botium-core";
|
|
84
|
-
var version$1 = "1.13.
|
|
84
|
+
var version$1 = "1.13.12";
|
|
85
85
|
var description = "The Selenium for Chatbots";
|
|
86
86
|
var main = "index.js";
|
|
87
87
|
var module$1 = "dist/botium-es.js";
|
|
@@ -552,7 +552,6 @@ var Defaults$1 = {
|
|
|
552
552
|
[Capabilities.TEMPDIR]: 'botiumwork',
|
|
553
553
|
[Capabilities.CLEANUPTEMPDIR]: true,
|
|
554
554
|
[Capabilities.WAITFORBOTTIMEOUT]: 10000,
|
|
555
|
-
[Capabilities.SIMULATE_WRITING_SPEED]: false,
|
|
556
555
|
[Capabilities.SIMPLEREST_PING_RETRIES]: 6,
|
|
557
556
|
[Capabilities.SIMPLEREST_PING_TIMEOUT]: 10000,
|
|
558
557
|
[Capabilities.SIMPLEREST_PING_VERB]: 'GET',
|