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
I need to further operate the browser without closing the page and without closing the browser, becase the page will not change after the form is submitted, only the results are output asynchronously, the following methods always time out and cannot directly output asynchronous response results, unless printing at the network listening interruption point, but after I pass the result to the outside, it cannot be captured.
at present, I have come up with the following solutions, use try{} throw asynchronous response content in error form, but it may not be the optimal solution, is there a better solution?
quyunet
changed the title
How to get the asynchronous response result of the specified URL.
How to get the asynchronous response result of the specified URL?
May 17, 2024
I need to further operate the browser without closing the page and without closing the browser, becase the page will not change after the form is submitted, only the results are output asynchronously, the following methods always time out and cannot directly output asynchronous response results, unless printing at the network listening interruption point, but after I pass the result to the outside, it cannot be captured.
The text was updated successfully, but these errors were encountered: