About 333,000 results
Open links in new tab
  1. Python Selenium Like for Desktop Application Automation

    Nov 5, 2015 · Selenium-like automation framework for desktop apps is github.com/2gis/Winium.Desktop (it supports WinForms and WPF). pywinauto is good for native apps: pywinauto.github.io –

  2. Python code to Automate Desktop Activities in Aindows

    Aug 7, 2024 · Python's simplicity makes it an excellent choice for automating tasks on the desktop. Using pyautogui library, developers can control mouse movements, simulate mouse clicks, send keyboard inputs, and interact with application windows.

  3. How to create Desktop Automations just like Selenium

    Feb 4, 2022 · In the video below, I show you how to create a desktop robot to automatically register new products using Fakturama. In less than 15 minutes the automation flow is produced. It is worth checking it out!

  4. Automate Desktop Application With Python | Restackio

    Apr 17, 2025 · By combining Selenium with libraries like PyAutoGUI, you can effectively automate desktop applications using Python. This approach allows for a high degree of control and flexibility, enabling you to automate repetitive tasks efficiently.

  5. Selenium Tutorial for Beginners using Python - testgrid.io

    Mar 26, 2025 · Selenium with Python is a powerful combination for test automation. We have covered the basics of Selenium along with Setting up Selenium and Python to start with test automation. We saw basic commands that can help navigate, locate elements, perform actions, handle dynamic elements, frames, windows and alerts using Python with Selenium.

  6. Desktop Automation with Winium (Python) | by Jessie Wang

    Jul 31, 2024 · Winium is a powerful tool for desktop automation, and best of all it is free. If you are familiar with the web browser equivalent, Selenium, you’ll find that Winium is quite similar. There are...

  7. Desktop Automation with WinAppDriver, Python, and Appium

    Jul 27, 2024 · I have been trying to automate desktop applications on Windows using winappdriver writing my automation logic in python using Appium-Python-Client but got stuck for a long time by this...

  8. Desktop Application Automation Using Selenium - UnoGeeks

    Here’s how to automate desktop applications using Selenium and other relevant tools: 1. Identify the Technology Stack: Determine the technology stack used for developing the desktop application. Common technologies include WinForms, WPF (Windows Presentation Foundation), Java Swing, and others. 2. Choose the Right Tool:

  9. Desktop App Automation Testing using Python - Codoid

    Aug 3, 2019 · Desktop app automation testing using Python library is more user-friendly and the execution is also much faster than other implementations. In this blog article, you will learn Desktop app automation testing using Python. Automating a desktop app is not an easy task using open-source tools.

  10. How To Automate Desktop Application Using Selenium Python

    When it comes to automating desktop applications, Selenium and Python are a powerful duo. Selenium is an open-source framework that allows you to automate web browsers, while …

  11. Some results have been removed