0

The Python software I'm writing interacts with another software that opens an Open File Dialog Windows (and I can't change this) I need to go to the upper field of the Open Dialog box to type a path, but I can't find a way to do it without mouse. I didn't manage to do it by using tab combination? Maybe there is an hotkey combination that I don't know. Or maybe should I tell Python to detect the Filedialog windows name and find a way to manage it? I'm using pyautogui. Thank you

1 Answer 1

0

Solution found: the key combination is CTRL + L

pyautogui.hotkey('ctrl', 'l') 
Sign up to request clarification or add additional context in comments.

1 Comment

Please accept your own answer as correct (gray check box at the left side). It will indicate to others that solution is found. It is considered polite and motivates others to reply to your other questions.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.