Is it possible to login in to chrome with a specific user name and password?

HI,
I am just evaluating Katalon for QA test automation for a webapp, I wanted to know if it is possible to login (with an user name and password) to chrome window which opens up from a test case? I tried to use click offset but i am not sure if it uses the laptop screen offset or it uses offset from the chrome browser window that opened ?

I tried the following steps:
1. open browser.
2. click offset ( set to coordinates acc to my screen’s X & Y coordinates
3. click

the click event gives me an error :

Test Cases/New Test Case FAILED because (of) Unable to click on object using offset (Root cause: java.lang.IllegalArgumentException: Object is null)

I wanted to see if i can login to chrome as a user when the test case start execution.