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-es.js CHANGED
@@ -37,7 +37,7 @@ import express from 'express';
37
37
  import bodyParser from 'body-parser';
38
38
 
39
39
  var name = "botium-core";
40
- var version$1 = "1.13.11";
40
+ var version$1 = "1.13.12";
41
41
  var description = "The Selenium for Chatbots";
42
42
  var main = "index.js";
43
43
  var module = "dist/botium-es.js";
@@ -508,7 +508,6 @@ var Defaults$1 = {
508
508
  [Capabilities.TEMPDIR]: 'botiumwork',
509
509
  [Capabilities.CLEANUPTEMPDIR]: true,
510
510
  [Capabilities.WAITFORBOTTIMEOUT]: 10000,
511
- [Capabilities.SIMULATE_WRITING_SPEED]: false,
512
511
  [Capabilities.SIMPLEREST_PING_RETRIES]: 6,
513
512
  [Capabilities.SIMPLEREST_PING_TIMEOUT]: 10000,
514
513
  [Capabilities.SIMPLEREST_PING_VERB]: 'GET',