I want to automate search by an image using Google's image search. I was able to automate saving screenshot to a file and opening a page with Google image search. And now I want to select the saved file in the "Choose file" dialog.
How can I automate this?
Asked
Active
Viewed 350 times
1

Dmitry Davydov
- 987
- 13
- 21
1 Answers
2
Eventually I was able to do this by using simulation of the CMD + SHIFT + G
keystroke and pasting a path to the screenshot.
Here is my final macro

Dmitry Davydov
- 987
- 13
- 21