Python Forum
Interacting with desktop apps.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Interacting with desktop apps.
#1
I am able to use os to open an app, but I don't know how to interact with it. Can someone plz tell me how. I put in some text it was saying in the cmd. It may help you figure out what I need to do.

Python code
import os

command = 'C:/Users/Chadd/Desktop/Signal.lnk'

os.system(command)
What the cmd was saying
{"name":"log","hostname":"SheeppOSU_AW,"pid":#5-digit number#,"level":30,"msg":"SQL channel job 31 (updateConversation) succeeded in 126ms","time":"2019-03-13T00:27:56.812Z","v":0}
I don't know if that helps but it said that a bunch with specific stuff changed for example the job number. And the part saying "updateConversation" was also sometimes different
Reply
#2
Try using pywinauto
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Setting up multiple flask apps in the same server leoramirez 0 2,053 May-04-2021, 08:10 PM
Last Post: leoramirez
  Running linux command line apps... dbrdh 0 1,622 Jan-30-2020, 01:14 PM
Last Post: dbrdh
  Scraping apps output. MuntyScruntfundle 2 2,661 Oct-19-2018, 10:16 AM
Last Post: MuntyScruntfundle

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020