xvrh / puppeteer-dart

A Dart library to automate the Chrome browser over the DevTools Protocol. This is a port of the Puppeteer API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not working in MSIX build for Windows

sandip-freshcodes opened this issue · comments

It works properly in debug mode and in exe but when i create MSIX for uploading build on Windows Store it stopped working

Following is my MSIX configuration

msix_config:
  display_name: AppName
  publisher_display_name: AppName
  identity_name: AppIdentifier
  msix_version: 2.12.0.0
  publisher: Publisher
  install_certificate: false
  store: true
  logo_path: ./assets/images/icon_msix.png
  capabilities: internetClient

Is it required any other capabilities to run ?

i am facing same issue,so any solution for this