Uploads file with web browser

Hi all!
I need your kind help please.
I need to upload a file to a web page, but there is no case for me to click “Seleccione Archivo”. This button is inside an Iframe, along with other objects. One of them a selection list.
The selection works fine, but the “Seleccione Archivo” button that opens explorer.exe to load the file does not work.
I tried with the picker, with XPath and nothing.
Does anyone have any ideas?
Thanks a lot!

You can try grabbing the ‘src’ property of the iframe and opening it in a new tab. Then I think the elements inside the iframe might be found by the bot.

I hate dealing with iframes, they’re the worst! If there are iframes inside iframes, it becomes impossible to work with them using Electroneek.

I tried, but it doesn’t work :-(. I managed to do it with “Click on the coordinate”, but I can’t find it to be a good solution.
Now my problem is selecting the “File”, it takes up the GUI Automation elements and nothing yet.
Open the explorer, it selects the input keyboard interface, but it does nothing

Hia! Have you tried selecting simulate user behavior. I hope it will work if not you can also try using click on image activity that may work in this case.