Hi,
Similar to NewWindow3 for IE, Is there any event trigger which happens whenever a new window is opened in Chromium Edge - IE Mode?
Thanks
Hi,
Similar to NewWindow3 for IE, Is there any event trigger which happens whenever a new window is opened in Chromium Edge - IE Mode?
Thanks
Are you looking for a code in the Microsoft Edge or in the IE Mode or you are looking for a way to check if any tab is enable in the IE Mode?
hi @Reza-Ameri : Yes i am looking for event similar to NewWindow3 whenever new window/tab is opened in MS Edge - IE Mode. Is there anything like that?
It seems that there's no such event like NewWindow3. But Edge IE Mode and IE use the same kernel, the event working in IE should also working in Edge IE mode.
Besides, could you please elaborate the situation more clearly so that we can try to find if there're other workarounds? For example, how the IE mode window is opened, opened from your code, or manually opened by creating a new tab or something? Are you trying to automate the browser or anything else?
@YuZhou-MSFT : Yes, I am trying to automate MS Edge IE Mode. In the code when we open a new window using Javascript window.open(), NewWindow3 is not triggered and we are not able to handle newly opened window. Manually everything is working as expected, but i am not able to get instance of newly opened window through automation script.
We usually switch to the newly opened window handler to handle the new window when automating the browsers. I tested and searched a lot, I found that the newly opened window using window.open() can't be detected in Edge IE mode. It might be related with this issue.
If your organization has a Microsoft support plan, I suggest that you can open a support ticket about this issue so that you can get more help from Microsoft Support Engineers. If not, you can provide feedback about this issue through Send feedback in Edge by pressing Alt+Shift+I.
Best Regards,
Yu Zhou
8 people are following this question.