python setup.py install
Ugh
Just came to my mind, that which is the problem that you are trying to solve with AutoIT? Perhaps there is other solution and perhaps it's better.
-Tatu
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
Choose file xpath = //input[@firmware-upgrade='firmware']
C:\\Users\\mra001\\Downloads\\Cambium_Builds\\Falcon\\ePMP1000-Hotspot-2.5.1-b3.tar
***Settings***
Library Selenium2Library
*** Variables ***
${Browser_Chrome} Chrome
${Device_77_URL} https://10.110.0.17
${Device_Path} C:\\Users\\mra001\\Downloads\\Builds\\Gambit\\500-2.5.1-b3.img
*** Keywords ***
Software Update
Open Browser ${Device_77_URL} Chrome
Input Text id=Username admin
Input Text password=Password admin
Click Button xpath = //button[@type='submit']
Wait Until Element Is Visible //a[text()='Home'] 20
Click Link xpath = //a[text()='Operations ']
Input Text xpath = //input[@firmware-upgrade='firmware'] ${Device_Path}
Click Button Upgrade Firmware
Confirm Action
Close Browser
Ugh
Based on your description the error is that the file was not found from the location where you did specify it be. To be sure, could you run the Choose File keyword with --loglevel trace option enabled and send the stack trace?
-Tatu