Can't click on "Choose File" button

Hi everyone!

I tried clicking on “choose file” button but to no avail
Capture

this is the selector:
Capture

Please give some suggestion on what i can do! thank you!

1 Like

use click image activity buddy @zefang
and drag the area of the choose file as a image and mention the scope of region where you want to click by selecting the three lines at the right top of the activity

or you can use Get active window activity and place a send hot key activity with key tab until it reaches the field choose file @zefang

Cheers @zefang

1 Like

hi,
try to send hot keys

Or try to use some wildcards in selector, or check the selector in UiExplorer and find some other possibillities there. This ‘id’ should be different each time.

2 Likes

what key should I put? and which should I tick?

hi @zefang

First, check the focus whether the focus is there in the choose file button or not if it is there send hotkey Enter else to send hotkey corresponding to that to get focus on choose file so if the focus is there in choose file if u send a hotkey it may work.

thank you! It didn’t work so i tried what @qwerty456 said. and it worked! :slight_smile:

2 Likes

Sorry I have another small problem.

I can’t seem to click on:
image

@Palaniyappan @kalyanDev @qwerty456

1 Like

why do you want to click there buddy @zefang

So that I can Type Into the location of the file

@Palaniyappan

try to send Send Hotkey ALT+D and then try to type @zefang (this is the shortcut key to alt + d to select the path in a window)

1 Like

you can directly type the location here in the file name itself buddy @zefang
image

Cheers

like this
“Folder path”+“\”+“your filename”
in the file name itself
image
Cheers @zefang

This only works if it’s in the correct folder. I want to jump straight to the location by typing into the window toolbar straight

Actually you can mention any folder location down here in Filename @zefang
so that it would get saved in that folder
Cheers

This works! thank you! but now, my Type Into doesn’t work :frowning:

@kalyanDev

@zefang When I try to enter a path in that toolbar window it’s working fine for me my type into working(after sending the hotkey, in type into activity select checkboxes click before typing and Empty field) try this…

@kalyanDev

Its not working :frowning:

sample.xaml (30.1 KB)

Try this sample workflow, change the selectors and then try