You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use the WOW_XHR driver to run the scripts, then the application was broken., And while doing analysis, then found browser throws the below exception in console.
Kindly help to check and advise to resolve the issue., Thanks.
Uncaught (in promise) DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of '_wow_xhr_log_completed_calls_' exceeded the quota. at e.setCompletedCalls (eval at executeScript (:1:1), <anonymous>:3:8618) at e.afterXHR (eval at executeScript (:1:1), <anonymous>:3:8489) at eval (eval at executeScript (:1:1), <anonymous>:3:13335) at eval (eval at executeScript (:1:1), <anonymous>:3:12640) at Object.eval [as next] (eval at executeScript (:1:1), <anonymous>:3:12745) at a (eval at executeScript (:1:1), <anonymous>:3:11483)
The text was updated successfully, but these errors were encountered:
As a temporary fix, you can use wowXHR.log().clearLogs(); to manually clear the Xhr logs that are stored in the sessionStorage. Meanwhile, I will work on fixing the issue.
When we use the WOW_XHR driver to run the scripts, then the application was broken., And while doing analysis, then found browser throws the below exception in console.
Kindly help to check and advise to resolve the issue., Thanks.
Uncaught (in promise) DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of '_wow_xhr_log_completed_calls_' exceeded the quota. at e.setCompletedCalls (eval at executeScript (:1:1), <anonymous>:3:8618) at e.afterXHR (eval at executeScript (:1:1), <anonymous>:3:8489) at eval (eval at executeScript (:1:1), <anonymous>:3:13335) at eval (eval at executeScript (:1:1), <anonymous>:3:12640) at Object.eval [as next] (eval at executeScript (:1:1), <anonymous>:3:12745) at a (eval at executeScript (:1:1), <anonymous>:3:11483)
The text was updated successfully, but these errors were encountered: