Python Forum
MAP tool automation
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MAP tool automation
#1
>>>import pyautogui as pag
>>> import os
>>> os.startfile("C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Microsoft Assessment and Planning Toolkit\Microsoft Assessment and Planning Toolkit")
The tool is launched with Yes/No(No is chosen by default)
I need to click Yes using pyautogui.How do I do this ?
I believe I need to bring that application to the foreground and have my code press Yes using python code.
Once I click Yes the tool will launch and then I start configuring. I am stuck near Yes/No.Assistance is appreciated.
Thanks
Reply


Messages In This Thread
MAP tool automation - by metro17 - Jan-14-2020, 08:50 AM
RE: MAP tool automation - by Denni - Jan-14-2020, 03:30 PM
RE: MAP tool automation - by metro17 - Jan-14-2020, 05:15 PM
RE: MAP tool automation - by Denni - Jan-14-2020, 06:53 PM

Forum Jump:

User Panel Messages

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