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-
PywinAuto print_control_identifiers not identifying a control
When trying to automate the loading of an extension for work, I am trying to use Pywinauto. I found a great YT but it is using Notepad not Firefox. So there will be some changes and I am fine with trying to sort that out.
Resizing windows using PyWinAuto
I am trying to resize a window (with robotframework), using PyWinAuto, though I am getting an error message:
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?
How to get unique properties like “ItemType” , “HelpText” or others as seen from the inspect tool for an element?
In quest to automate a GUI application using pywinauto i am trying to get hold of properties like ItemType
, HelpText
and many more as we see from the inspect tool. But I don’t seem to get hold of the same.
I want to open a file in a pdf reader and read the details using pywin
I want to open a file in a pdf reader in a desktop application and read the details using pywin and store it in a csv file.
How to do it?
Please send me a code as pywinauto is very confusing.
It doesnt work properly most of the time for me