What does implicitly wait mean?
When trying to find an element or elements that are not immediately available, an implicit wait tells Web Driver to poll the DOM for a particular amount of time. The default value is zero. The implicit wait is set for the duration of the Web Driver object instance until it is altered.