Тёмный

2/2 | WinSCP - Automate any Desktop Application | PyWinAuto | Python Automation 

Prashant Sharma
Подписаться 7 тыс.
Просмотров 7 тыс.
50% 1

Please like, share, and subscribe!!

Опубликовано:

 

15 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@khyatida
@khyatida Год назад
Hi Prashant, what if my application doesn't have a title. I'm not able to get inside my application, like click or navigate. please help.
@PrashantSharmaOfficial
@PrashantSharmaOfficial Год назад
A good question, so first thing first you have to start your application for which you need executable. app = Application(backend="uia").start('notepad.exe') Now, if you have a popup/dialog on the application then you need to get your dialog using it's name like this. # describe the window inside Notepad.exe process dlg_spec = app.UntitledNotepad
@dipakingle6629
@dipakingle6629 10 месяцев назад
what if the application is commandline. e.g git-bash.exe tool how can we automate it.
@yosefgadban5990
@yosefgadban5990 Год назад
if i get: There are 2 elements that match the criteria. can you help me with that?
@NagaRaju-se5ov
@NagaRaju-se5ov 5 месяцев назад
Prashant : I am not getting how to get Login title.. Sorry... I am getting below error after 64 bit installation UserWarning: 32-bit application should be automated using 32-bit Python (you use 64-bit Python) warnings.warn(
@PrashantSharmaOfficial
@PrashantSharmaOfficial 5 месяцев назад
Don't be sorry about this. Try installing Python of 32 bit and then run the same code.
@mohamedemad4675
@mohamedemad4675 2 года назад
Hello, what about if the application window has a complicated name? Like “Ph - step 1/ksV4.6” how can I connect to it?
@PrashantSharmaOfficial
@PrashantSharmaOfficial 2 года назад
It won't matter much even if the window has a complicated name. Two things to do here- 1. First use print_control_identifiers to get the list the names of that window that you can use. 2. Choose the one which seems easy enough
@mohamedemad4675
@mohamedemad4675 2 года назад
@@PrashantSharmaOfficial thanks for your reply, but I mean when I do print_control_identifiers, I have to put the window name before it in a special form like (app.UntitledNotepad.print_control_identifiers). So, how can I do this with a window title has many special characters and numbers?
@pietrocurcio964
@pietrocurcio964 Год назад
@@mohamedemad4675 from pywinauto import application app = application.Application(backend='uia').connect(handle=0x203f0) handle = app.window(title_re="THE TITLE")
@obravo__
@obravo__ Год назад
E se o nome da janela Login fosse "Login WinSCP" você passaria como parâmetro app['Login WinSCP'].print_control_identifiers() ?
@PrashantSharmaOfficial
@PrashantSharmaOfficial Год назад
Yes, but sometimes you don't need to type the full name. Sometimes, even "Login" would also work. Please try both ways.
@umar7182
@umar7182 2 года назад
doesnt help i am trying to automate Gamerange application but my pycharm always throw error pywinauto.findbestmatch.MatchError: Could not find 'GameRanger' in 'dict_keys([])'
@NagaRaju-se5ov
@NagaRaju-se5ov 5 месяцев назад
Even i am facing issue
Далее
PyautoGUI: Three Great Uses
12:13
Просмотров 39 тыс.
How to automate apps using python (PyWinAuto Tutorial)
26:27
5 Amazing Ways to Automate Your Life using Python
18:40
Windows Form GUI Automation || PywinAuto Module
10:50
you need to build a RUST desktop app!!
27:21
Просмотров 319 тыс.
Automate Windows Application Using Selenium 3
5:37
Просмотров 18 тыс.
Python - PyWinAuto tutorial
12:55
Просмотров 12 тыс.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Просмотров 1,6 млн
Modern Graphical User Interfaces in Python
11:12
Просмотров 1,6 млн