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 8992f57 commit f47f92dCopy full SHA for f47f92d
internal/js/modules/k6/browser/common/js/injected_script.js
@@ -1938,7 +1938,7 @@ class InjectedScript {
1938
if (hitElement === element) {
1939
return "done";
1940
}
1941
- const hitTargetDescription = this.previewNode(hitParents[0]);
+ const hitTargetDescription = this.previewNode(hitParents[0] || document.documentElement);
1942
// Root is the topmost element in the hitTarget's chain that is not in the
1943
// element's chain. For example, it might be a dialog element that overlays
1944
// the target.
0 commit comments