Skip to content

IE Support Mode Not Navigating When Opening App As Administrator #70

@KFKMan

Description

@KFKMan
InternetExplorerOptions edgeOptions = new();
edgeOptions.EnsureCleanSession = true;

InternetExplorerDriver Driver = new(edgeOptions);
Driver.Manage().Window.Maximize();
Console.WriteLine($"Target => {configuration.GetTargetURL()}");
Driver.Navigate().GoToUrl(configuration.GetTargetURL());
Driver.WaitTillPageLoad(15);
..........

it's opening browser but not navigating or other tasks.
There is no problem when not opening app as administrator.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions