William Wong
William Wong
### Feature and motivation On this page for Chromium-only WebDriver definition, it only listed `sendDevToolsCommand`. https://www.selenium.dev/selenium/docs/api/javascript/module/selenium-webdriver/chrome_exports_Driver.html It should also add `sendAndGetDevToolsCommand`, which is from [this commit](https://github.com/SeleniumHQ/selenium/commit/8735ef954c9ed0100e7bba48b5c1cd8e2e6a793e). As pointed out from...
tl;dr all bot templates should not include an *always-failing* `npm test` script. It should work out of the box without any changes to any code. **Is your feature request related...
## Background Using `[email protected]`, we compiled CLDR data using `[email protected]`. But when we load the compiled code using `[email protected]/dist/globalize-runtime`, we are seeing the following error. ``` return partsJoin( numberToPartsFormatter( value...
## Version Current version of schema. ## Describe the bug In the [schema section `imageAltText`](https://github.com/microsoft/botframework-sdk/blob/main/specs/botframework-activity/botframework-activity.md#image-alt-text), it stated how `image`, `imageAltText` and `title` is defined. However, in the card actions ([Message...
> Related to #4388. ## Changelog Entry ### Changed - Bumped all dependencies to the latest versions, by [@compulim](https://github.com/compulim) in PR [#XXX](https://github.com/microsoft/BotFramework-WebChat/pull/XXX) - Production dependencies - [`@babel/[email protected]`](https://npmjs.com/package/@babel/runtime) - [`@emotion/[email protected]`](https://npmjs.com/package/@emotion/css) -...
# Checklist ## Build 1. [x] ~Bump MockBot to Bot Framework SDK release 4.15.3~ (not needed for patch release) - https://www.npmjs.com/package/botbuilder/v/latest 1. [x] ~Bump `botframework-directlinejs` to `x.y.z`~ (no newer version)...
## Screenshots ## Version `main` (4.15.3-0) ## Describe the bug `useWebChatAPIContext` should be typed out so its caller has good typing to use, e.g. `useCreateActivityStatusRenderer`. This is raised in PR...
(This is a continuation work of #4362) ## Feature Request ### `activityRenderer`, `activityStatusRenderer`, and `attachmentRenderer` props The deprecation period of `activityRenderer`, `activityStatusRenderer`, and `attachmentRenderer` props is up on 2022-06-15. We...
## Screenshots ## Version `4.15.3-0` ## Describe the bug JAWS default settings will narrate punctuations. So, when JAWS narrate bot message, the "Bot said: Hello, World!" will be narrated as...
## Background We bumped to `webpack@5`. Should we move to `esbuild`? Let's weight which one is better, in terms of size and speed (for DX). ## esbuild Our bundle must...