You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
13. Drag and drop type into in the do section of open browser.
14. select enter your name as screenshot for type into and put variable as str_name
15. Search for 'click'.
16. Drag and drop 'search just below 'type into' in the do section of open browser.
17. Choose 'get name' from the website.
18. Search for 'get text'
19. Drag and drop 'get text' below the get name and select 'unicorn name' from the website on browser.
20. For the 'get text' on the right side enter the OUTPUT Value, using Ctrl+K give it's value as str_unicornname
21. Search for 'message'.
22. Drag and drop it outside 'Open Browser'.
23. In the text section put the desired message you want to print for eg: "Hello"+str_name+"Your Unicorn Name Is"+str_unicornname you might see some error in this this is because the variable str_unicornname is not in global scope and it can be done so by changing its scope to Main Sequence from the variables section.
24. Now we can run the file from Debug File drop down on left side on top of screen.
25. Enter your name and then required password length as we specified in the input dialog box
26. You will then see a message box will be automatically generated having your username and your unicornname.
"YAYY!!😃 YOU'VE FINALLY MADE YOUR FIRST BOT WHICH GENERATES A MESSAGE BOX WITH YOUR USERNAME AND YOUR UNICORN NAME"