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
scriptResult
https://w3c.github.io/webdriver/#execute-async-script
Let result be the result of calling execute a function body, with arguments body and arguments. If scriptResult.[[Type]] is not normal, then reject promise with value scriptResult.[[Value]], and abort these steps.
Let result be the result of calling execute a function body, with arguments body and arguments.
If scriptResult.[[Type]] is not normal, then reject promise with value scriptResult.[[Value]], and abort these steps.
scriptResult is not previously defined, and should presumably be result.
result
This goes back to 6166c07 when the remote end steps were significantly rewritten, back in 2018.
The text was updated successfully, but these errors were encountered:
Yes, that's plausible. If you want to provide a PR I'm happy to review quickly.
Sorry, something went wrong.
No branches or pull requests
https://w3c.github.io/webdriver/#execute-async-script
scriptResult
is not previously defined, and should presumably beresult
.This goes back to 6166c07 when the remote end steps were significantly rewritten, back in 2018.
The text was updated successfully, but these errors were encountered: