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
Our test case try to upload a file by user-extension, and got this "Uncaught DOMException: Blocked a frame from origin" error.
The original workable test case like this.
When I replace the type, name=File1 with a simple user-extension
Then the test case failed and the console has following error
I can click the submit manually without this error, but "click" by Katalon Recorder will always throw this exception.
Anything I can try to avoid this issue?
Thanks.
The text was updated successfully, but these errors were encountered:
Our test case try to upload a file by user-extension, and got this "Uncaught DOMException: Blocked a frame from origin" error.
The original workable test case like this.
When I replace the type, name=File1 with a simple user-extension
Then the test case failed and the console has following error
I can click the submit manually without this error, but "click" by Katalon Recorder will always throw this exception.
Anything I can try to avoid this issue?
Thanks.
The text was updated successfully, but these errors were encountered: