Hi @YUNHEE CHO ,
Is communication between Edge and IE Mode using postMessage() impossible?
As far as I know this is not possible, they actually run in different browsers.
If it is impossible, is there any other way to communicate except setting two windows running in the same mode?
You could try sharing cookies between Edge and IE mode, I think it might work for you. It is implemented through group policy configuration, you can refer to related documents: How cookie sharing works and Configure Edge IE mode policy.
Regardless of browser's IE-mode setting, is there a way to open a pop-up in a specific mode (IE compatible or not) by programming ?
If you need to open it as a popup, I think this should need to use javascript to achieve. But you can't specify the mode via javascript, bacause it affected by IE mode settings. You can launch Edge through automation code(such as Selenium), and set whether to run IE mode, but it opens a new browser instance, not a pop-up. To sum up, I think this requirement is impoosible.
Regards,
Xudong Peng
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.