Desktop User Guides > Interviewer > Customizing the applications > Changing the embedded browser control
 
Changing the embedded browser control
1 Edit the IPlayerConsole.exe.config file: see Customizing the Interviewer Console.
2 Change the value for BuiltInBrowser to either IE or Edge.
The default value is Edge (for Microsoft Edge).
Example
The following example changes the embedded browser control to Microsoft Internet Explorer:
<appSettings>
  <add key="BuiltInBrowser" value="IE">
</appSettings>
See also
Customizing the applications