Update chapter-05-gbdialog-reference.md

This commit is contained in:
Rodrigo Rodriguez 2022-11-11 10:47:12 -03:00 committed by GitHub
parent f9b606f7b2
commit be453619bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -130,7 +130,7 @@ SEND FILE img
SAVE img as "folder/filename.jpg" SAVE img as "folder/filename.jpg"
``` ```
### Using General Bots Web Automation to custom notify about Calendar ### Using General Bots Web Automation to custom notify about Google Calendar
```basic ```basic
@ -139,7 +139,7 @@ OPEN "https://accounts.google.com/ServiceLogin"
SET "#identifierId", "test@gmail.com" SET "#identifierId", "test@gmail.com"
PRESS ENTER PRESS ENTER
WAIT 3 WAIT 3
SET "input[type='password']", "hempoil" SET "input[type='password']", "******"
PRESS ENTER PRESS ENTER
WAIT 5 WAIT 5