“Object doesn't support property or method 'find'" error when using Microsoft Bot WebChat in IE11
Published Jul 15 2019 04:05 PM 2,261 Views
Microsoft

For old browser, such as IE 11. We will need to use

<script src="https://cdn.botframework.com/botframework-webchat/latest/botchat-es5.js"></script>

Instead of

<script src="https://cdn.botframework.com/botframework-webchat/latest/botchat.js"></script>

in the web page that hosts the WebChat.

 

And we must also include

  <head>
    <link href="https://cdn.botframework.com/botframework-webchat/latest/botchat.css" rel="stylesheet" />
  </head>

in the same web page that hosts the WebChat.

 

The issue was documented at this GitHub issue.

Version history
Last update:
‎Jul 15 2019 04:05 PM
Updated by: