1.注釋漏加“#”導(dǎo)致報錯
Keyword 'Selenium2Library.Click Button' expected 1 to 2 arguments, got 3.

報錯
報錯根源:注釋加上"#"解決

注釋漏加"#"
2.因有空格導(dǎo)致執(zhí)行失敗
ValueError: Invalid time string ''.

報錯
報錯根源:注釋與代碼間有空格導(dǎo)致報錯,去掉空格解決問題。

有空格導(dǎo)致報錯
3.AutoItLibrary???? 鼠標、鍵盤操作windows控件用這個,安裝方法如下,驗證ok
https://blog.csdn.net/bible_reader/article/details/52044345