The browser is closing after enter login credentials and click on Submit

Hi,

Using Studio Web, The bot is entering the Login Details & Click on Submit

And after login successful, the browser is closing. I don’t understand Why??

Can you help. I don’t see the property also

Hi @balkishan,

Click on Additional properties and set property close to never.

Thanks

Okay, one more thing, it is able to click on Submit, but it stuck?

It is able to click but stuck

Any property i need to change while clicking submit.

You can try the Hotkey “Enter” no need to click submit button

@balkishan

Even after execution if you dont want to close the browser,
Then go to Use application activity> Show Additional properties >Options > set closed option as never

Can you give more detail where it getting stucked? your business application it getting stuck or UiPath web studio is stucked? If UiPath Studio web is stuck then you need to wait or closing the browser and reopening your process by clearing all of your browser cache may work.

Happy Autoamtion

@balkishan

looks like the submit is greyed out..can you check on the same…it might be because the username field is empty

cheers

Hi @balkishan,

Try changing the input method (Simulate, Chrominum API, Send Window Messages, or Hardware Events) and test again.

Also, avoid using the Verify option on the Type Into activity for password fields.

Thanks