lorca icon indicating copy to clipboard operation
lorca copied to clipboard

ui.Load method seems don't work after a period of time

Open c9s opened this issue 4 years ago • 3 comments

I tried to open the inspector, and it seems the first inspector will be closed after a period of time (like, 20 seconds). if the ui.Load call is executed after the time, the window won't navigate to the given URL.

c9s avatar Feb 17 '21 10:02 c9s

it seems the websocket connection is disconnected or re-created, and so it loses control of the target window.

c9s avatar Feb 17 '21 10:02 c9s

looks like the same issue: https://stackoverflow.com/questions/59855089/chromedriver-keeps-losing-connection-right-after-the-start-of-the-selenium-test

c9s avatar Feb 17 '21 10:02 c9s

Thx for sharing, @c9s. If I understand the SO correctly, sounds like problem (and fix) would be on the Chrome side?

timcolson avatar Mar 19 '21 15:03 timcolson