google photos doesn't have <input type ='file'>
. It only appears when pressing the upload button => computer. Then, It will appear under the body tag. Here is the input code:
<input type="file" multiple="" style="display: none" jsname="G1bupd" accept=".3fr,.3gp,.arw,.avi,.cr2,.cr3,.crw,.dc2,.dcr,.dng,.erf,.heic,.jpeg,.k25,.kdc,.mdc,.mef,.mkv,.mos,.mov,.mrw,.mts,.nef,.nrw,.orf,.pef,.qtk,.raf,.raw,.rdc,.rw2,.sr2,.srf,.webp,.x3f,image/bmp,image/gif,image/jpeg,image/png,image/tiff,image/webp,video/mp4,video/x-m4v,video/*" jsaction="change:.CLIENT">
That seems to be angularjs. The problem is it shows up file input dialog when pressing upload => computer. I don't want this
My idea is to manually create the above input line and don't press the upload button. Then send_keys. But it failed.
Another way is to use the autoit dll to interact with the input dialog file. But this is not optimal
What causes my idea to fail? How to fix this. Hope everybody help please
I looked at photos and you should just be able to use the below. You do not need to click Upload > Computer. Just send the call.