We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69a7c28 commit e0c8adcCopy full SHA for e0c8adc
examples/playwright/custom-engine.js
@@ -1,5 +1,4 @@
1
-// for your app this would be require("query-selector-shadow-dom/plugins/playwright");
2
-const { selectorEngine } = require("../../plugins/playwright");
+const { selectorEngine } = require("query-selector-shadow-dom/plugins/playwright");
3
const playwright = require('playwright')
4
5
const main = async () => {
0 commit comments