Getting Attach Browser error while running the assignment in System1_Close.xaml.
“Attach Browser ‘iexplore.exe ACME’: Cannot find the UI element corresponding to this selector: ”
Getting Attach Browser error while running the assignment in System1_Close.xaml.
“Attach Browser ‘iexplore.exe ACME’: Cannot find the UI element corresponding to this selector: ”
Can you please attach the xaml or screenshot so we can zero in on the exact problem.
Have you tried using WildCards?
try this
<html title='ACME System 1 - *' />
Thanks,
Prankur
@Ashraya Please find the screenshot
I think the problem is with selector.
Most probably the issue is when this workflow is getting executed, the browser is not in the dashboard page so the selector is no longer valid. You can try replacing the the word “Dashboard” in the attach browser selector by wildcard *, It should solve your problem.
P.S. refer to the attached xaml
Logout.xaml (7.0 KB)
Check if you have selected the correct browser in Attach browser. (Chrome/IE)
Done. Using wildcards .
Tysm . got it
getting this same error again.Now what to do ??
Sometimes it works and sometimes it gives error.
i have been doing this assignment in IE explorer.
Can you show us your selector for Attach Browser activity?
is ur uipath is latest version or old version???
bcoz i am getting the same issue with the selectors
sometimes its runs and fails later
Latest Version 2018.3
@PrankurJoshi
This is the selector for attach browser in System1_close file
same issue here ms suruchi
as i am working chrome and mozilla
but fail
Its not a issue with the version of your UiPath.
Can you check if your selector is correct?
Also are you getting the error for the same action?
Sometimes, end process runs but your Acme site is not actually open so it will throw an error.
So either use a condition or make continue on error to true
hey nadim
i am making selector like 100 times it works and fails again
Not sure but why are you using tag=‘BODY’?