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
A panic can occur when working with page.reload and the response is nil: Cannot convert undefined or null to object.
page.reload
nil
Cannot convert undefined or null to object
v1.7.1
NA
No response
This is linked to this issue: #1387
What we may have forgotten is to check for nil before mapping the response.
No error.
The content you are editing has changed. Please copy your edits and refresh the page.
The text was updated successfully, but these errors were encountered:
ankur22
No branches or pull requests
Brief summary
A panic can occur when working with
page.reload
and the response isnil
:Cannot convert undefined or null to object
.xk6-browser version
v1.7.1
OS
NA
Chrome version
NA
Docker version and image (if applicable)
No response
Steps to reproduce the problem
This is linked to this issue: #1387
What we may have forgotten is to check for nil before mapping the response.
Expected behaviour
No error.
Actual behaviour
Cannot convert undefined or null to object
Tasks
The text was updated successfully, but these errors were encountered: