This is a standard trope in Selenium tests. Selenium is reasonably good at waiting for
pages to complete loading before it tries to do anything, but it’s not perfect. The implic
itly_wait tells it to wait a few seconds if it needs to. When asked to find something on
the page, Selenium will now wait up to three seconds for it to appear.