Is there any activity to sign out from the Chrome browser rather than using a selector or recording.
Do you want to close the chrome browser ?
1 Like
Yeah I want to close as well as sign out from the chrome.
For closing chrome browser, use Kill Process activity and specify process name as ‘chrome’.
1 Like
What about signing out user from the chrome?
For signing out, UIPath doesn’t have any activity i think. Manually how you are closing it and follow same steps and try.
1 Like
Okay thanks for that. Is there any batch program so that I can invoke it?
I don’t have any batch program. Use Invoke Code activity and write code to sign out from browser.
1 Like
in your web page, doesn’t it have a Sign out option available for normal users (except robots
) to sign out from? How do they signout from the application before closing the browser?