Is there an Internal browser available to open HTML links in Intellij web view?

I have a question about opening links from a web view in an IntelliJ plugin. By default, are links opened in an external browser. Does IntelliJ have an internal browser similar to Eclipse?

In Eclipse, under General → Web Browser, users can choose between an external or internal web browser, and the IDE handles link clicks accordingly. I checked IntelliJ IDEA | Settings | Tools | Web Browsers and Preview but couldn’t find an option for an internal browser.

Is there a similar setting in IntelliJ? Any help would be greatly appreciated. Thanks!