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)