Wait and Click Element

Wait and Click Element


[Documentation] 等待元素出现并单击元素
[Arguments] ${locator}
Wait Until Element Is Visible ${locator} 10s
# Sleep 0.5s
Click Element ${locator}
Wait For Page Ready(    Sleep                           0.5s)

原文地址:https://www.cnblogs.com/Yanss/p/11976557.html