Jump to content

ConrolClick In a File Explorer window (opened by chrome) doesn't work


Recommended Posts

I want to upload a .png in chrome and to select the file, Chrome is opening the File explorer and I want to select via Controlclick the png file. I don't know why, but it isn't working in the File Explorer Window. I tried to maximise the window but you can't do it fully. Normally in chrome, Controlclick is working without any issues. I think, that because the File Explorer Window isn't maximised, it isn't working properly, but I'm not shure. Pls give me some advise to figure out the problem. 

 

THX to everyone!

Link to comment
Share on other sites

I'm going to guess that chrome is running as admin, and your script is not.  #RequireAdmin.

Another suggestion is to add in a msgbox directly after your script initiates the load file dialog...if you do not see the msgbox, then your script is deadlocked.  There are ways around that by sending enter while you focus on the button that causes the load file dialog to appear.

 

Those are probably the 2 biggest causes for such things...at least that I've come across.

Edited by jdelaney
IEbyXPATH-Grab IE DOM objects by XPATH IEscriptRecord-Makings of an IE script recorder ExcelFromXML-Create Excel docs without excel installed GetAllWindowControls-Output all control data on a given window.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...