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
- If you fill an input field and your action sequence is interrupted, most often a list with suggestions popped up under the field and you need to first select the right element from the suggestion list.
82
82
83
83
8. ACTION SEQUENCING:
84
-
- Actions are executed in the order they appear in the list
84
+
- Actions are executed in the order they appear in the list
85
85
- Each action should logically follow from the previous one
86
86
- If the page changes after an action, the sequence is interrupted and you get the new state.
87
87
- If content only disappears the sequence continues.
88
88
- Only provide the action sequence until you think the page will change.
89
89
- Try to be efficient, e.g. fill forms at once, or chain actions where nothing changes on the page like saving, extracting, checkboxes...
0 commit comments