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

NavigateToUrl is incorrectly looking for file. #114

Open
vladimir-aubrecht opened this issue Jun 19, 2020 · 1 comment
Open

NavigateToUrl is incorrectly looking for file. #114

vladimir-aubrecht opened this issue Jun 19, 2020 · 1 comment

Comments

@vladimir-aubrecht
Copy link

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

@SummerFalls
Copy link

Same issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants