You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I could ignore the second window and use my main window handle to open the chrome://extensions/?options=makgnifbifgfobblgpnfiffljgjfjhdi to "enable working in incognito mode", etc. and go on, but the Instagram does not open (net::ERR_NAME_NOT_RESOLVED) until I press the Reload icon on the extension page and only in that second window.
How do I properly switch to that window and can't it be just one?
UPD:
browser.windows.size
=> 0
The text was updated successfully, but these errors were encountered:
The problem itself is now out of my scope because Instagram is paywalling (based on IP, fingerprint or whatever) after several runs and I decided to not bother with the project. But the issue is real -- I tried several times to visit the page 1) without reload 2) with pressing the reload in one window 3) in another one.
The extension I need does not work until I reload it but only in the weird window that opens on its own.
I've unpacked the CRX of the extension to be able to access Instagram
I could ignore the second window and use my main window handle to open the chrome://extensions/?options=makgnifbifgfobblgpnfiffljgjfjhdi to "enable working in incognito mode", etc. and go on, but the Instagram does not open (
net::ERR_NAME_NOT_RESOLVED
) until I press the Reload icon on the extension page and only in that second window.How do I properly switch to that window and can't it be just one?
UPD:
The text was updated successfully, but these errors were encountered: