Forum Discussion

Taras_1's avatar
14 years ago

How to search for page at all copies of browser process?

Hello guys!

I'm so tiered to make a check on any action because IExplorer9 could place the desired page to any copy of its process and IE could run random count of copies :(

Well the situation is:

I have a page, it always placed to first IE process (IEXPLORE). But I have the link which opens new page/tab. And this page could be placed at first process or at second process  (IEXPLORE, 2) and some times even at third (IEXPLORE, 3)!

And of course the script fails if the page does not exist at this copy of browser process.

So the question is: How to avoid this problem, is there any work around?