GUI automation with Pyautogui

preview_player
Показать описание
Hey guys! Today we are having a look at Pyautogui, a Python module for GUI automation. Have a nice day! :)

➤ Pyautogui Documentation & installation:

➤ Github with the projects:

➤ Pycharm IDE:

➤ GeckoDriver:

➤ Selenium tutorial:

➤ "Automate the boring stuff with Python" book:

Timestamps
0:00 - Intro
1:20 - modules installation
3:20 - Form filler project

Find me also here:
Рекомендации по теме
Комментарии
Автор

Hey! In my next video I will show you two of my Linux books. Have a nice day. :)

Lumary
Автор

Thanks for making the video Anja😊
I asked myself where this can be used in an enterprise system/ app outside of app testing etc.
Off the top of my head this feature can be used in a headless environment to interact with third party systems where APIs are unavailable or under development.
Also can be also used to build Robotic Process Automation like solutions too (I am not sure).
Additionally at an individual level this can be used to automate a persons workflow. And save time doing repetitive tasks.
Pygui+ Selenium is super useful👍And everyone has some use for it.
BTW great intro. The poor Python logo was stuck in the bag till now😅

eric
Автор

We were trying to run PyAutoGui cases with selenium in centos system (microservice) but was failing because it needs to have non headless mode.
Is it possible for us to run PyAutoGui cases in centos system in non-headless mode? if possible could you please give some insights...

vidyacollections
Автор

Those mouse positions you've taken .... Are those co ordinates taken from the browser window or whole computer screen ?

pavanvemuri