In explicit wait, you expect for a condition to happen. For example you want to wait until an element is clickable.
Here is a demonstration of a few common problems.
Please note: In all of these examples you can use any By as a locator, such as classname, xpath, link text, tag name or cssSelector
...