From be453619bba86a1e89f2948ea05895222ae05f15 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Fri, 11 Nov 2022 10:47:12 -0300 Subject: [PATCH] Update chapter-05-gbdialog-reference.md --- book/chapter-05-gbdialog-reference.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/chapter-05-gbdialog-reference.md b/book/chapter-05-gbdialog-reference.md index 68b2d24e..887513a8 100644 --- a/book/chapter-05-gbdialog-reference.md +++ b/book/chapter-05-gbdialog-reference.md @@ -130,7 +130,7 @@ SEND FILE img 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 @@ -139,7 +139,7 @@ OPEN "https://accounts.google.com/ServiceLogin" SET "#identifierId", "test@gmail.com" PRESS ENTER WAIT 3 -SET "input[type='password']", "hempoil" +SET "input[type='password']", "******" PRESS ENTER WAIT 5