What are the wait commands in Selenium?

What are the wait commands in Selenium?

When running scripts, we may get an exception called “Element Not Visible Exception.” This issue occurs when the elements with which we are interacting have a delay in loading. We must employ Wait Commands to solve this problem. Our script will use the Selenium Wait Commands to wait for the items to load for a given amount of time before proceeding to the next phase. To incorporate waits in tests, Selenium WebDriver supports three commands. Wait implicitly. Wait explicitly. Wait for Fluent.