AutomaApp / automa

A browser extension for automating your browser by connecting blocks
https://www.automa.site
Other
10.74k stars 1.1k forks source link

window not defined in background.bundle.js #1605

Open yhaoxuan opened 6 months ago

yhaoxuan commented 6 months ago

I tried to use automa in Chrome V3 version, but encountered a "window not defined" error in the bundled background.bundle.js file. After inspecting the source code, it seems that the dependency on Sizzle in FindElement is causing this issue. I'm wondering how to resolve this problem.

yhaoxuan commented 6 months ago

image