我在Python 2.7中使用Pycharm。 我試圖自動化測試。AutoIT在RobotFramework中導致「參數不可選」錯誤
包含AutoItLibrary,我可以運行記事本。 但我在收錄的紀錄片方面遇到了一些問題。
我的劇本至今:
Run notepad.exe
ControlSend "Unbenannt - Editor", "", "Edit1", "Test Text."
Send ENTER
Sleep 1
WinClose "Unbenannt - Editor"
但我對ControlSend
關鍵字收到此錯誤:
com_error: (-2147352561, 'Parameter not optional.', None, None)
我怎樣才能解決這個問題?