尝试使用AutoIT下载Excel文件时,我“无法解析线路”。请找到相同的屏幕截图。找到我使用的以下代码。
;Exact location of WebSite from where we would like to download the file.We are
reading url from commandline
$URL ="https://www.700creditsolution.com/dasdetail.aspx"
;Local address to which we would like to download the file
$filename = "C:\Users\Umamaheshwar\Downloads\scenario.xls"
WinActivate("[700CreditSolution]", "Export to Excel")
InetGet ($URL, $filename , 1, 0)
<span style="font-family: Times New Roman;"><span style="white-space: normal;">
</span></span>
我在Webdriver论坛中标记了这个问题,因为使用AutoIT的人,但可能不是AutoIt论坛的成员。
请帮我解决这个问题。将不胜感激。
答案 0 :(得分:0)
在autoit中编译任何代码之前,你应该运行一个
SyntaxCheck by pressing CTRL+F5
它会检查代码的语法,并在出现问题时提醒您。