I working with pyautogui module and performed following steps:
- imported pyautogui.
- gave
pyautogui.hotkey('winleft')
Worked properly and window popped up. Now I want to launch chrome.
- Gave command
pyautogui.typewrite('chrome\n')
Instead of launching chrome , it is typing on IDLE panel as chrome.
Kindly help how to resolve this Because I want to launch chrome.
OS: windows 10
Python version: 3.8.1