How can I call an AutoIt EXE file to Python code?
I need add to code which were generated by a Selenium AutoIt script.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you want to just run the AutoIt script then use
os.systemoros.popenand take a look at the page Running Scripts. If you want to call AutoIt methods from your Python script then:regsvr32 AutoItX3.dllUse AutoIt from your code as follows: