Skip to content Skip to sidebar Skip to footer
Showing posts with the label Pywinauto

Find Qwidget Object Text By Using Pywinauto

I work as a test engineer. I have to test an application(softphone) which is done by using QWidget.… Read more Find Qwidget Object Text By Using Pywinauto

Pywinauto How Do I Get The List Of Returned Elements

I'm using a WPF application that has custom stack panel, which is basically a list. The item in… Read more Pywinauto How Do I Get The List Of Returned Elements

Python --> Pyinstaller - .exe File Will Return "test Returned -1"

[1] The code is: import Tkinter from Tkinter import * # Create Tk instance root = Tkinter.Tk(class… Read more Python --> Pyinstaller - .exe File Will Return "test Returned -1"

Open An Existing Excel Workbook Using Pywinauto

So far I've seen examples of invoking an Excel Application using pywinauto. Can I open an exist… Read more Open An Existing Excel Workbook Using Pywinauto

Remote Desktop Connection Using Pywinauto

I want that my script will automate to remote desktop connection. My problem is how will i able to … Read more Remote Desktop Connection Using Pywinauto

How To Right Click On A Folder And Select From Context Menu Using Pywinauto?

I'm writing automation tests for a cloud syncing desktop application. The problem I'm facin… Read more How To Right Click On A Folder And Select From Context Menu Using Pywinauto?

How To Select A Sub Menu From A Context Menu?

I am trying to click on a sub menu(BTDecoder) item from a context menu(send to) using pywinauto. I … Read more How To Select A Sub Menu From A Context Menu?