iTranslated by AI

The content below is an AI-generated translation. This is an experimental feature, and may contain errors. View original article
👋

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

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