Update chapter-05-gbdialog-reference.md
This commit is contained in:
parent
ccf13a4c18
commit
3a54a4597e
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ The following file types are loaded from a .gbdialog package: `.vbs`, `.vb`, `.b
|
|||
| * SET page, cssSelector, value | Define an field to value eg. "value 123" on the webpage specified by selector eg. "#id". |
|
||||
| * CLICK page, cssSelector | Clicks on an element inside the web page being automated by General Bots. |
|
||||
| * file = DOWNLOAD _url_ | |
|
||||
|NEW OBJECT| Creates a new object to be used with REST calls for example. data = NEw OBJECT <br> data.color = "blue" |
|
||||
|NEW OBJECT| Creates a new object to be used with REST calls for example. <br>```data = NEW OBJECT <br> data.color = "blue"``` |
|
||||
|
||||
* = Work in progress.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue