docs(basic.glib): CLICK command update.
This commit is contained in:
parent
e66c481761
commit
3affd82c6d
2 changed files with 1 additions and 2 deletions
|
@ -246,7 +246,7 @@ export class WebAutomationServices {
|
|||
/**
|
||||
* Clicks on an element in a web page.
|
||||
*
|
||||
* @example CLICK page,"#idElement"
|
||||
* @example CLICK "#idElement"
|
||||
*/
|
||||
public async click({ pid, handle, frameOrSelector, selector }) {
|
||||
const page = WebAutomationServices.getPageByHandle(handle);
|
||||
|
|
|
@ -328,7 +328,6 @@ class GBUIApp extends React.Component {
|
|||
}}
|
||||
locale={'pt-br'}
|
||||
directLine={this.state.line}
|
||||
styleOptions={(markdownRespectCRLF = true)}
|
||||
webSpeechPonyfillFactory={window.WebChat.createCognitiveServicesSpeechServicesPonyfillFactory({
|
||||
credentials: { authorizationToken: token, region: 'westus' }
|
||||
})}
|
||||
|
|
Loading…
Add table
Reference in a new issue