Why the attach browser activity dosnt work well?

hello
could you tell me why i have the same problem every time i do the following
1-in the invoked workflow
attached the opened browser

then,i put a click activity on a specific button..
i make sure that the target selector valid and no errors

finally i run i have ana error said that

"one or more errors occurred "

iam in the beginning of learning UIpath

Hi @Abeer_Daboor,

Do you mind attaching your workfile for that part of the process? You could run debug mode and see where it is faulting.

Cheers,
Q

Hi,

Assuming you want to invoke B workflow(attached the opened browser) in the A
Try to run the B workflow directly. If it works well, this may be caused by the impact of the A workflow (like B is invoked in another attach browser activity).

Thanks