How to attach to a browser using HWND?

Hey guys, i’m working on a robot that runs two browser searches in parallel and i’ve modulated the code by splitting it into different work flows they invoke… however when invoking the workflow, it doesn’t maintain the browser context of the browser it’s been attached to.

i’ve already tried outputting the initial open browser activity to a browser object and then passing it to the invoked workflow to attach to that same browser object, but it does not work

i’ve found that i can get unique “hwnd” IDs for each browser but now i’m stuck at the part where i attach to a browser based on that hwnd as i do not know how to use the hwnd in a selector in the “attach browser” activity.

Any help would be greatly appreciated!

1 Like

I am stuck at here as well, did you find any solution?