Relative Content

Tag Archive for pythonpywinauto

How to Automate PuTTY GUI using python

I am in a need of automating PuTTY windows application using Puthon. I’ve tried using pywimauto as well as pyautogui modules. I’m able to launch the PuTTy application but unable to do further activities like entering the host name or opening the save session and further perform some click and type actions after connecting to PuTTY. Here is what I have tried-

How to Automate PuTTY GUI using python

I am in a need of automating PuTTY windows application using Puthon. I’ve tried using pywimauto as well as pyautogui modules. I’m able to launch the PuTTy application but unable to do further activities like entering the host name or opening the save session and further perform some click and type actions after connecting to PuTTY. Here is what I have tried-

Getting file name using pywinauto

I am using pywinauto to automate my desktop apps. When I open the outlook app on my desktop and click on a link, a file is downloaded in the ‘Downloads’ folder of my desktop. I want to get the file name or absolute path of the file so that I can use it for playback. Is there a way to get the file name?