IF and ELSE Conditions
Sometimes we need to check facts to decide how to act in the given context. For example, need to make sure there is a tick in the "terms and condition" checkbox? Prescribe a "click" on it only if it's not pre-ticked.
Sometimes we need to check facts to decide how to act in the given context. For example, need to make sure there is a tick in the "terms and condition" checkbox? Prescribe a "click" on it only if it's not pre-ticked.