Skip to content
This repository was archived by the owner on Jun 5, 2023. It is now read-only.
This repository was archived by the owner on Jun 5, 2023. It is now read-only.

NavigateToUrl is incorrectly looking for file. #114

@vladimir-aubrecht

Description

@vladimir-aubrecht

Summary

NavigateToUrl method is incorrectly looking for file instead of navigating to given url.

How to reproduce

Platform: Windows 10 x64
Framework: netcoreapp3.1
Version:

<PackageReference Include="WebWindow" Version="0.1.0-20200214.10" />

Code:

var webWindow = new WebWindow("Test");
webWindow.NavigateToUrl("https://www.google.com");
webWindow.WaitForExit();

Expected result: Window will show page from domain: www.google.com
Actual result:
image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions