py-chrome-app
py-chrome-app copied to clipboard
UI for Python using Chrome as a WebView
./run_tests testAppSideUncaughtErrorObject (chromeapp_unittest.AppTest) ... And the browser window opens and just sits there. This is on my corp Linux desktop. If I close the browser window, the process repeats: Browser...
--app-id doesn't work on osx [and possibly other platforms] when the browser is already running. On those platforms, we need a workaround of some sort.
Why? Is it important?
Actions performed inside window close may be dropped. Even exit is risky: chrome.app.window.current().onClosed.addListener(function() { chromeapp.exit(0); }) See crbug.com/168147