Windows Form GUI Automation || PywinAuto Module

This video describes about automating UI application using python

Пікірлер: 39

  • @ashryver6711
    @ashryver67113 жыл бұрын

    Thank you so much! Much better than all of the articles I read online and cannot follow.

  • @rafiquejaved1223

    @rafiquejaved1223

    3 жыл бұрын

    Thanks for your comment.

  • @shinej11
    @shinej113 жыл бұрын

    Thank you! Nice tutorial

  • @rafiquejaved1223

    @rafiquejaved1223

    3 жыл бұрын

    Weloome buddy

  • @jumpwer
    @jumpwer3 жыл бұрын

    This is something great ...Thanks for the video..

  • @rafiquejaved1223

    @rafiquejaved1223

    3 жыл бұрын

    Glad you liked it!

  • @dobcs3236
    @dobcs3236 Жыл бұрын

    Thank you very much ❤️

  • @jerrolmontemayor3564
    @jerrolmontemayor35644 жыл бұрын

    Thank you always sir ..always watching your tutorials :-)

  • @rafiquejaved1223

    @rafiquejaved1223

    4 жыл бұрын

    You are most welcome. Will have more videos release on GUI and Web automation using python robot framework. Stay tuned.

  • @jerrolmontemayor3564

    @jerrolmontemayor3564

    4 жыл бұрын

    @@rafiquejaved1223 thank you sir :-D i hope someday you get more subscribers :-)

  • @rafiquejaved1223

    @rafiquejaved1223

    4 жыл бұрын

    Hi Jerrol, I am not worrying about subscribers now, it will take lots of time..years.... i am here just to share the knowledge which i have gained and see people gaining benefit through my channel. Btw, please don't call me Sir, you can call me by my name. Thanks

  • @ashishashk4503
    @ashishashk45034 жыл бұрын

    Very very helpful sir. It is more effective than any paid courses!!

  • @rafiquejaved1223

    @rafiquejaved1223

    4 жыл бұрын

    Thanks for your valuable comments. This means a lot to me.

  • @UpYours101
    @UpYours1014 жыл бұрын

    Good stuff

  • @rafiquejaved1223

    @rafiquejaved1223

    4 жыл бұрын

    Thanks

  • @clark87
    @clark874 жыл бұрын

    thank you good lecture

  • @rafiquejaved1223

    @rafiquejaved1223

    4 жыл бұрын

    Welcome

  • @yogitamisal2650
    @yogitamisal26502 жыл бұрын

    Hi Sir, Can you please tell me how to move in control panel -> uninstall files?

  • @pikazap6672
    @pikazap66722 жыл бұрын

    Hello, where can I download that demogui?

  • @prathvivshetty9600
    @prathvivshetty96002 жыл бұрын

    Hi.. Your tutorials are helping me a lot. Can you please post some vedeos on working with popup windows..i was stuck with one of my task to close one popup windows while extracting the zipped folder using explorer. Exe

  • @antukhan5592
    @antukhan55923 жыл бұрын

    please create more this type of video and share any books of automation using python book

  • @rafiquejaved1223

    @rafiquejaved1223

    3 жыл бұрын

    Hi , Thanks for your comments. There are couple of videos available in my playlist on automation.you van go through those. Also i dont see any book on automation.There are lotsnof info available in the internet.if you are looking for any specific, you can always reach out to me in my email address. Regards, Rafique Thanks, Rafique

  • @antukhan5592

    @antukhan5592

    3 жыл бұрын

    @@rafiquejaved1223 thanks

  • @mohammedzameer8929
    @mohammedzameer89293 жыл бұрын

    How to make it run continuously to key in multiple user data.

  • @rafiquejaved1223

    @rafiquejaved1223

    3 жыл бұрын

    Hi Zameer, If you have userids in text file, you ca use the below snippet before with open("test.txt",'r') as file:# you user ids in text file attached file for reference strip =" ".join([item.strip() for item in file]) string =strip.split() for i in string: app.windowtitlename['username:Edit'].type_keys(i) if You don't have the userids in text fle and want to have them in your script itself, you can use as below, string=["user1","user2",'User3"] for i in string: app.windowtitlename['username:Edit'].type_keys(i) Hope you have got this. You can also refer this video tutorial for more idea, kzread.info/dash/bejne/gYWeltGBZKnZhLA.html Please let me know if you have any issues. Regards, Rafique

  • @aishwaryadharurkar1749
    @aishwaryadharurkar17493 жыл бұрын

    I need to do automation for remote desktop connection through mstsc to raspbery pi and then open browser using pywinauto I have done half part till remote desktop connection to rasp pi but remaining is pending. Could you help me in opening browser using pywinauto?

  • @rafiquejaved1223

    @rafiquejaved1223

    3 жыл бұрын

    Automating browser will be easy with Selenium web driver and python.

  • @rafiquejaved1223

    @rafiquejaved1223

    3 жыл бұрын

    I can show you by tomorrow how we can do it. You can mail me over here rafiquejaved2@gmail.com

  • @vignesh_waran
    @vignesh_waran2 жыл бұрын

    Is it possible to automate telegram using this ?

  • @rafiquejaved1223

    @rafiquejaved1223

    2 жыл бұрын

    Yes, it should be possible. given that what you are trying to automate.

  • @xjpfxei
    @xjpfxei3 жыл бұрын

    Why you typed exactly app.LOGIN? at 3:48 What logic behind that?

  • @rafiquejaved1223

    @rafiquejaved1223

    3 жыл бұрын

    LOGIN is the window title name. app.windowtitlename.controls

  • @shivanshusaxena4932
    @shivanshusaxena49322 жыл бұрын

    I am not able to install pywinauto using the command mentioned

  • @rafiquejaved1223

    @rafiquejaved1223

    2 жыл бұрын

    Could you please share the screenshot of the error message

  • @shivanshusaxena4932

    @shivanshusaxena4932

    2 жыл бұрын

    @@rafiquejaved1223 it is saying pip(/conda) is not recognized as internal or external command

  • @rafiquejaved1223

    @rafiquejaved1223

    2 жыл бұрын

    @@shivanshusaxena4932 for this u need to add the python path to the environment variable.. Have a look into it. kzread.info/dash/bejne/p6x1qriGm7jRgbA.html

  • @anileapen9813
    @anileapen98133 жыл бұрын

    Very nice video. I am having an issue when I was trying to use pywinauto for automating MSPaint. I was using the code in : github.com/vsajip/pywinauto/blob/master/examples/mspaint.py I am getting the following when I run it : Traceback (most recent call last): File "\My Documents\CXproHD\Draw.py", line 41, in from pywinauto.controls import WrapHandle ImportError: cannot import name 'WrapHandle' from 'pywinauto.controls' (C:\Python39\lib\site-packages\pywinauto\controls\__init__.py) Do you know what could be the reason. Also I am trying to automate my desktop application. It is like Windows ->MSpaint . In it we click on a module and you can click and add it on a workspace (like MSpaint ). Is it achievable in pywinauto. Thanks

  • @rafiquejaved1223

    @rafiquejaved1223

    3 жыл бұрын

    It should be achievable..

  • @Sarzilzone

    @Sarzilzone

    Жыл бұрын

    @@rafiquejaved1223 how can I contact you sir? it's an urgency