📋 Metadata
- Author: Motiomancer
- Date: 2021-08-09 15:59:31
- Type:
answer - Reply to: post_03981
💬 Content
You can on windows but it shouldn’t be necessary, what you want most likely can be done without needing the leftmouse click
This simulates the click on the command tab:
import ctypes; ctypes.windll.user32.mouse_event(0x2, 0,0,0,0); ctypes.windll.user32.mouse_event(0x4, 0,0,0,0)