Hi Team,
I want to check whether chrome is open or not. i used check app state activity but it’s not working as expected.
So, please assist on this issue.
Hi Team,
I want to check whether chrome is open or not. i used check app state activity but it’s not working as expected.
So, please assist on this issue.
In Use Application/Browser acitivity in the properties panel given IfNotOpen in Open property. If already opened it won’t open a new browser if not open it will launch a new browser.
Hope it helps!!
Regards
You can also use the element exists indicating desired window in the chrome.
or I found this one interesting for checking chrome is actually running or not
Hope this helps ![]()
Thanks for your response.
But my case like below,
suppose, if log-out button is visible on UI then bot should not login process & if log-out button is not visible on UI then bot should goes to else part(log to process).
In that case you can use Check App State Acitivity and in the target appears section If Log out button is visible do the required process and Target Not Appears section you can do log in process.
Hope you understand!!
Regards
You can use something like this also Element exists is a classic activity. If that logout element is there no need to login if not put your login sequence
Hope this helps ![]()
I didn’t fount elementexist activty.
My UiPath version is 2023.10.1. which version you are using?