Not being able to type into prompt on both google and edge browser

I need to type into both the username and password field and then click (sign in). My bot won’t type into the password field and even if I set continue on error. The click button also won’t work. The code works on my PC (windows 10) but Not on Windows 11. Does anyone have a solution?

UI Element Selection: Check the selectors for the type into activity

Verify that the selectors for typing into the username and password fields, as well as the “Sign In” button, are correctly configured to work on the target system. Differences in screen resolution.

Use the type into & click activity inside the use application/browser

In the properties of the “Type Into” and “Click” activities, consider enabling the “Simulate Type” and “Simulate Click” options. This can sometimes resolve issues related to user interface interactions,

Hi @Samraat_Maharjan1 ,

Could you please change the click type to simulate. Even if didn’t work after please check the selector and try to use anchor.

I didn’t do anything but it worked today. So, weird. But thanks for the outputs.

1 Like