What is this error ?
How should I resolve it?
Hey @pari_patel
Looks like you are trying to do actions on an UI Element which is not in scope.
Let’s say you are using a parent container activity with some window selector & trying to access an element from a different window or section which is obviously out of scope for that particular parent container activity.
To resolve this add one more container activity and identify the new target window inside which the actual activity can be added.
Hope this helps
Thanks
#nK
hey
please use the attach window, or attach browser, or use app/browser activities to select the window you want to working on, and inside the activities you need to perfom in this window, remeber that aways the window or tab change you have to specify the window again in the automation.
regards
@pari_patel Please go through the below thread