It's best practice to check the label of an element before interacting with an element. (e.g. check that "Username" appears at a specific X, Y coordinate before entering the username into an input field)
Which method is preferred, assuming latency has already been handled?
1. Zero second wait stage
2. Non-Zero Wait Stage (Pointless, confuses intent)
3. Read Stage + Decision (Less concise. Pollutes namespace)
Thanks.