Update chapter-05-gbdialog-reference.md
This commit is contained in:
parent
bae874c362
commit
cfba9deb3d
1 changed files with 5 additions and 4 deletions
|
@ -44,7 +44,6 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
|
||||||
| GO TO [number,] dialogName | Transfers the conversation to a next dialog for the specificed number or as last command, transfers the context to this dialog. |
|
| GO TO [number,] dialogName | Transfers the conversation to a next dialog for the specificed number or as last command, transfers the context to this dialog. |
|
||||||
| SEE CAPTION OF _url_ AS _variable_ | Extracts an caption, using a pre-trained neural network, from a image. |
|
| SEE CAPTION OF _url_ AS _variable_ | Extracts an caption, using a pre-trained neural network, from a image. |
|
||||||
| SEE TEXT OF _url_ AS _variable_ | Extracts text from the image in a OCR (Optical Character Recognition) feature. |
|
| SEE TEXT OF _url_ AS _variable_ | Extracts text from the image in a OCR (Optical Character Recognition) feature. |
|
||||||
| SET HTTP PASSWORD = _value_ | Defines the HTTP password to be used to next GET call. |
|
|
||||||
| * data = SELECT a, SUM(b) AS b FROM data GROUP BY a | Use SQL to manipulate a data variable returned from FIND or an array | _variable_ = CHART "pie", data| Generates a chart from data. |
|
| * data = SELECT a, SUM(b) AS b FROM data GROUP BY a | Use SQL to manipulate a data variable returned from FIND or an array | _variable_ = CHART "pie", data| Generates a chart from data. |
|
||||||
| * file = data AS IMAGE| Converts a two dimension array into an image file, ready to be used with SAVE AS or SEND FILE.|
|
| * file = data AS IMAGE| Converts a two dimension array into an image file, ready to be used with SAVE AS or SEND FILE.|
|
||||||
| * page = GET PAGE _url_ | Web automation retrival of a web page.|
|
| * page = GET PAGE _url_ | Web automation retrival of a web page.|
|
||||||
|
@ -53,6 +52,8 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
|
||||||
| * CLICK page, cssSelector | Clicks on an element inside the web page being automated by General Bots. |
|
| * CLICK page, cssSelector | Clicks on an element inside the web page being automated by General Bots. |
|
||||||
| * DOWNLOAD | |
|
| * DOWNLOAD | |
|
||||||
|
|
||||||
|
* = Work in progress.
|
||||||
|
|
||||||
### Options
|
### Options
|
||||||
|
|
||||||
| Instruction / Usage | Description |
|
| Instruction / Usage | Description |
|
||||||
|
@ -60,12 +61,12 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
|
||||||
| SET HTTP HEADER _key = _value_ | Defines an HTTP header to be used to next GET call. |
|
| SET HTTP HEADER _key = _value_ | Defines an HTTP header to be used to next GET call. |
|
||||||
| SET HTTP USERNAME = _value_ | Defines the HTTP username to be used to next GET call. |
|
| SET HTTP USERNAME = _value_ | Defines the HTTP username to be used to next GET call. |
|
||||||
| SET HTTP PASSWORD = _value_ | Defines the HTTP password to be used to next GET call. |
|
| SET HTTP PASSWORD = _value_ | Defines the HTTP password to be used to next GET call. |
|
||||||
| SET HEAR ON "mobile"| |
|
| * SET HEAR ON "mobile"| |
|
||||||
| SET MAX LINES _value_ | |
|
| SET MAX LINES _value_ | |
|
||||||
| SET SCHEDULE "2 * * * * *" | |
|
| SET SCHEDULE "2 * * * * *" | |
|
||||||
| SET LANGUAGE _value_ | |
|
| SET LANGUAGE _value_ | |
|
||||||
| set translator [ON|OFF]| |
|
| SET TRANSLATOR [ON or OFF]| |
|
||||||
| set whole word [TRUE|FALSE]| |
|
| SET WHOLE WORD [TRUE or FALSE]| |
|
||||||
|
|
||||||
|
|
||||||
* = Work in progress.
|
* = Work in progress.
|
||||||
|
|
Loading…
Add table
Reference in a new issue