Hii

I am trying to log in to a particular website but getting an error on using sendkeys command to send values to a password field.

The error says "Element not visible error & element not interactable."
Is it because in the password field, direct copy paste is not allowed?

What is the solution?

Relevant extract of code is here:
    bot.Start "chrome", ""
    bot.Window.Maximize
    bot.Get "https://services.gst.gov.in/services/login"
    bot.FindElementByName("user_name").SendKeys ActiveCell.Offset(0, 2).Value
    bot.FindElementByName("user_pass").SendKeys ActiveCell.Offset(0, 3).Value