Bonjour,
Pour un projet d'automatisation je dois utiliser selenium webdriver avec edge. Malheureusment le site est sous noyau IE. Je démarre donc edge en mode IE tout fonctionne bien. Mais quand l'automate doit détecter une nouvelle fenêtre avec windowHandle, il ne détecte rien de nouveau même avec un wait.
Est il possible de faire fonctionner le switch sous IE mode ?
Ps : tout marche très bien avec le navigateur IE, le problème vient seulement de edge.
Hello,
For an automation project I have to use selenium webdriver with edge. Unfortunately the site is under IE kernel. So I start edge in IE mode everything works fine. But when the controller needs to detect a new window with windowHandle, it does not detect anything new even with a wait.
Is it possible to make the switch work in IE mode?
Ps: everything works fine with the IE browser, the problem only comes from edge.