@romit In BAS 0, this is not a tab, but as it were, the initial page of the browser and it cannot be closed, only the following can be.
If 0 close it, then the stream itself closes as it were :)
The browser seems to be closed.
url TAB sabit değil birçok kez değiştiği için url üz
@umut-tekin kardeşim bu tab olayı çok canımı sıkıyor bende tab açtırıp siteye gidiyor işlem yaptırıyorum. close tab yaptığımda alakasız bi sayfayı yükleyerek gelliyor nasıl çözebilirim bana ulaşır mısın
@Hifive This means, that you are using action, which needs browser(load page, set proxy , etc) before you created it, or after you delete it.
Here is a project which does what you want
The issue was with window.outerWidth == 0 in BAS, and some startnge code window.outerWidth || window.innerWidth from recaptcha service. If window.outerWidth == 0, so function, which calculates screen width, returned window.innerWidth which was always 304px, because code executed in captcha frame.