Wait commands

  1. implicit wait
    1. ex : driver.implicitly_wait(10)
  2. explicit wait
    1. works based on condition

time.sleep(time in seconds)

advantage :

disadvantage :