docs(basic.glib): CLICK command update.

This commit is contained in:
phpussente 2023-03-07 17:56:10 -03:00
parent e66c481761
commit 3affd82c6d
2 changed files with 1 additions and 2 deletions

View file

@ -246,7 +246,7 @@ export class WebAutomationServices {
/** /**
* Clicks on an element in a web page. * Clicks on an element in a web page.
* *
* @example CLICK page,"#idElement" * @example CLICK "#idElement"
*/ */
public async click({ pid, handle, frameOrSelector, selector }) { public async click({ pid, handle, frameOrSelector, selector }) {
const page = WebAutomationServices.getPageByHandle(handle); const page = WebAutomationServices.getPageByHandle(handle);

View file

@ -328,7 +328,6 @@ class GBUIApp extends React.Component {
}} }}
locale={'pt-br'} locale={'pt-br'}
directLine={this.state.line} directLine={this.state.line}
styleOptions={(markdownRespectCRLF = true)}
webSpeechPonyfillFactory={window.WebChat.createCognitiveServicesSpeechServicesPonyfillFactory({ webSpeechPonyfillFactory={window.WebChat.createCognitiveServicesSpeechServicesPonyfillFactory({
credentials: { authorizationToken: token, region: 'westus' } credentials: { authorizationToken: token, region: 'westus' }
})} })}