iTranslated by AI
How to Bypass Popup Blockers: Running IE with Selenium in the Reiwa Era (Part 5)
Registry Editor solves everything (delusion)
Related articles:
Series on running Selenium with IE in the Reiwa era
Running Selenium with IE in the Reiwa era (1)
Click not working: Running Selenium with IE in the Reiwa era (2)
Running tests using IDE .side files: Running Selenium with IE in the Reiwa era (3)
How to bypass Basic Authentication: Running Selenium with IE in the Reiwa era (4)
How to bypass Popup blocks: Running Selenium with IE in the Reiwa era (5)
Various browsers have features to restrict pop-up windows, which are enabled by default.
IE, of course, has this too, and it gets in the way during testing...
While this can be solved by changing settings in the properties, if there is something that resets the state, you end up having to change it manually every time.
So, I will write down how to change it permanently.
ヾ(・ω<)ノ" 三三三● ⅱⅲ Rolling♪
------------------- ↓ Main subject starts here ↓-------------------
Changing the PopupMgr value in the Registry Editor
Change the following value, common to both 32-bit and 64-bit systems:
\HKEY_CURRENT_USER\SOFTWARE\Microsoft\Internet Explorer\New Windows

Change the value of PopupMgr to no.

(´▽`) The Registry Editor solves everything.
Discussion