You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throws error: Exception has occurred: TypeError: Cannot read property 'evaluateHandle' of undefined
const{ electron }=require("playwright-electron");(async()=>{constapp=awaitelectron.launch("/Applications/Slack.app/Contents/MacOS/Slack");awaitapp.close();})();
Context:
Code Snippet
Throws error:
Exception has occurred: TypeError: Cannot read property 'evaluateHandle' of undefined
Works with spectron
Describe the bug
It seems the issue is that
_nodeElectronHandle
never resolves causing the_onPage
to throw an error.The text was updated successfully, but these errors were encountered: