Steps
- Navigate to single sign-on webpage using Edge driver.
- After passing url in main webpage after SSO login, child window will open.
- On child window, a select button is clicked
When the script is run, it is not navigating to next screen after child window is clicked. Edge driver is closing child window automatically.
I am using 109.0.1518.78 version of Edge driver.
There is no issue with the code because I launched the website and clicked on child window is closing automatically.
Is there an issue with Edge driver? I tried using Selenium v4+.
Any idea why it's not navigating to the next screen after click in child window?