We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We want to implement DOM.describeNode which is required for puppeteer click scenario.
DOM.describeNode
Use puppeteer/click.js scenario from the demo repository.
puppeteer/click.js
$ go run ws/main.go
node puppeteer/click.js
> {"method":"Runtime.callFunctionOn","params":{"functionDeclaration":"() => {\n return document;\n }\n//# sourceURL=pptr:evaluateHandle;%23document%20(file%3A%2F%2F%2Fhome%2Fpierre%2Fwrk%2Fdemo%2Fnode_modules%2Fpuppeteer-core%2Flib%2Fesm%2Fpuppeteer%2Fapi%2FFrame.js%3A263%3A52)\n","executionContextId":2,"arguments":[],"returnByValue":false,"awaitPromise":true,"userGesture":true},"id":17,"sessionId":"SID-1"} < {"id":17,"result":{"result":{"type":"object","subtype":"node","className":"HTMLDocument","description":"","objectId":"5987356902031041503.2.1"}},"sessionId":"SID-1"} > {"method":"DOM.describeNode","params":{"objectId":"5987356902031041503.2.1"},"id":18,"sessionId":"SID-1"} < {"id":18,"code":-31998,"message":"UnknownMethod"}
The text was updated successfully, but these errors were encountered:
sjorsdonkers
No branches or pull requests
We want to implement
DOM.describeNode
which is required for puppeteer click scenario.How to reproduce?
Use
puppeteer/click.js
scenario from the demo repository.$ go run ws/main.go
node puppeteer/click.js
Current result
The text was updated successfully, but these errors were encountered: