📜  在 selenium python 代码示例中添加暂停 10 秒

📅  最后修改于: 2022-03-11 14:45:07.645000             🧑  作者: Mango

代码示例1
import time 
time.sleep(10)