Generally used after time-consuming actions, serving as a delay.
Wait for a specified period of time.
Search for an element using selector conditions, checking every few seconds. Once the element is found, the next action is executed immediately. The found element can also be stored as an element object.