Implicit wait is defined once right after the driver
initialization for the driver
life time, and it sets the maximum amount of time for the driver
to look foe WebElement
.
Explicit wait is used to wait up to the given amount of time for the WebElement
to be in cretin condition, and need to be used each time you are waiting for condition to met.
You can't "replace" the implicit wait definition with explicit wait, as they are different thing and there is no condition to wait for in this point.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…