WebView2Browser

A web browser built with the Microsoft Edge WebView2 control. (by MicrosoftEdge)

WebView2Browser Alternatives

Similar projects and alternatives to WebView2Browser

  • privacy.sexy

    Open-source tool to enforce privacy & security best-practices on Windows, macOS and Linux, because privacy is sexy

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better WebView2Browser alternative or higher similarity.

WebView2Browser reviews and mentions

Posts with mentions or reviews of WebView2Browser. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-07.
  • Anyone For A MS Edge Lite Version?
    2 projects | /r/browsers | 7 Dec 2023
    Try Microsoft WebView2Browser or DuckDuckGo Browser, keep in mind that DDG brings its own distribution of Edge WebView2.
  • GUI with Webview2 using Powershell
    1 project | /r/PowerShell | 25 Apr 2023
    New-Variable -Name 'sky_api_user_data_path' -Value "$([Environment]::GetEnvironmentVariable('LOCALAPPDATA'))\SKYAPI PowerShell" -Scope Global -Force $Url = "https://www.example.com" Add-Type -AssemblyName System.Windows.Forms # Note, you also need the following two files in the same folder as "Microsoft.Web.WebView2.WinForms.dll": # - Microsoft.Web.WebView2.Core.dll # - WebView2Loader.dll Add-Type -Path "C:\Program Files\Git\mingw64\bin\Microsoft.Web.WebView2.WinForms.dll" $form = New-Object -TypeName System.Windows.Forms.Form -Property @{Width=600;Height=800} $WebView2 = New-Object -TypeName Microsoft.Web.WebView2.WinForms.WebView2 $WebView2.CreationProperties = New-Object -TypeName 'Microsoft.Web.WebView2.WinForms.CoreWebView2CreationProperties' $WebView2.CreationProperties.UserDataFolder = $sky_api_user_data_path # Clear WebView2 cache in the previously specified UserDataFolder # Remove-Item "$($WebView2.CreationProperties.UserDataFolder)\EBWebView\Default" -Force -Recurse $WebView2.Source = $Url $WebView2.Size = New-Object System.Drawing.Size(584, 760) # Set Event Handlers. See APIs here: https://github.com/MicrosoftEdge/WebView2Browser#webview2-apis $WebView2_NavigationCompleted = { Write-Host $($WebView2.Source.AbsoluteUri) Write-Host $($WebView2.CoreWebView2.DocumentTitle) #$WebView2.CoreWebView2.ExecuteScriptAsync("document.evaluate('//h3[1]', document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue.click();").Wait() #$WebView2.CoreWebView2.ExecuteScriptAsync("document.evaluate('//h3[1]', document, null, XPathResult.STRING_TYPE, null).stringValue.trim()").Result #$WebView2.CoreWebView2.OpenDevToolsWindow() } $WebView2.add_NavigationCompleted($WebView2_NavigationCompleted) # Add WebView2 Control to the Form and Show It $form.Controls.Add($WebView2) $form.Add_Shown({$form.Activate()}) $form.ShowDialog() Write-Host $($WebView2.CoreWebView2.ExecuteScriptAsync("document.documentElement.outerHTML").Result) # Dispose Form & Webview2 Control $WebView2.Dispose() $form.Dispose() $test.Result
  • WebView2Browser – A web browser built with the Microsoft Edge WebView2 control
    1 project | news.ycombinator.com | 13 Oct 2021
  • A note from our sponsor - SurveyJS
    surveyjs.io | 13 May 2024
    With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js. Learn more →

Stats

Basic WebView2Browser repo stats
3
391
4.2
10 months ago

MicrosoftEdge/WebView2Browser is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.

The primary programming language of WebView2Browser is JavaScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com