Skip to content

[🐛 Bug]: Not able to read url to parallel instances in edge browser for IE mode using selenium #10495

@Akshatha-chowta

Description

@Akshatha-chowta

What happened?

Edge(IE mode), parallel instance of edge in IE mode does not open/load the url. It load's the url only in one instance, for rest of the instances url does not load(struck on localhost #### page). Also, no error is thrown by the selenium.

How can we reproduce the issue?

System.setProperty("webdriver.ie.driver", "C:\\Selenium\\IEDriverServer.exe");
            InternetExplorerOptions options = new InternetExplorerOptions();
            options.attachToEdgeChrome();
             options.withEdgeExecutablePath("C:\\Program Files (x86)\\Microsoft\\Edge\\Application\\msedge.exe");
             options.ignoreZoomSettings();
             options.introduceFlakinessByIgnoringSecurityDomains();
             options.disableNativeEvents();
            options.requireWindowFocus();
            options.setUnhandledPromptBehaviour(UnexpectedAlertBehaviour.ACCEPT);
            options.destructivelyEnsureCleanSession();
            options.enablePersistentHovering();
              DriverFactory.getInstance().setDriver(new InternetExplorerDriver(options));

Relevant log output

In console it is not showing any error logs , it is showing all expected execution steps.

Operating System

Windows 10

Selenium version

Selenium 4.1.2

What are the browser(s) and version(s) where you see this issue?

edge 99.0.1150.55

What are the browser driver(s) and version(s) where you see this issue?

IEDriverServer 4.0.0

Are you using Selenium Grid?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    G-msedgedriverRequires fixes in MSEdgeDriver

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions