I can't click on a variable for login web automation

Hello everyone, We need your great help please. I cannot automate the login to a website https://www.officebanking.cl/
I have tried other sites and have had no problems.
I select the “Username” label “RUT” and “Password” label “Password” but I cannot enter the data. Try xpath and full xpath. but it seems impossible to me. I checked the id line by line with the developer tools, but nothing

Thanks for all!

1 Like

Hi, Mario!

The RUT and Password elements are inside an iframe. That means you first need to find the iframe with the Find iframe activity. Than you find the elements within the iframe. I was able to do that by opening the src URL of the iframe element in a different tab, than using the browser picker to select the elements.

Settings for Find iframe

You can find the src for the iframe in its properties tab

Settings for Set element value

Upon testing, the bot was able to insert data into the RUT field, so I think this works well. I hope this helps!

You are the best! is working.
Thanks for all.

Regards,
Mario.

1 Like

Great! I’m glad I could help!

Please remember to mark my answer as the solution to your question.