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
Describe the bug Failed to execute the query on document screenshot, important for debugging at given steps
To Reproduce
LET doc = DOCUMENT('https://www.google.com', { driver: 'cdp', viewport: { width: 1920, height: 1080 } }) RETURN { data: SCREENSHOT(doc) }
Expected behavior should work like
RETURN { data: SCREENSHOT('https://www.google.com) }
Desktop (please complete the following information): MacOS or Linux last ferret release
Additional context Related to #309
The text was updated successfully, but these errors were encountered:
thx @Pangoraw :)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Failed to execute the query on document screenshot, important for debugging at given steps
To Reproduce
Expected behavior
should work like
Desktop (please complete the following information):
MacOS or Linux last ferret release
Additional context
Related to #309
The text was updated successfully, but these errors were encountered: