You've mastered scripting forms. Let's recap
You've come a long way since the beginning, and you practised a lot. In this section, you've learned the tools that you'll use regularly.
You can now automate a simple webpage by using these two actions:
- Click – automates what you'd manually do by clicking. Use it to press a button, activate a link, choose from a menu, tick a checkbox, toggle a switch, and so on. The key is to have a single target element.
- Input – automates entering a piece of text information into any suitable form field, such as textarea, or input field of various types (text, number, email, password, tel, e.t.c.) Again, a single target element is needed.
Acting more like a robot.
The scripting adventure has begun. Stay tuned for lessons on flow control!