lorca
lorca copied to clipboard
ui.Load method seems don't work after a period of time
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.
it seems the websocket connection is disconnected or re-created, and so it loses control of the target window.
looks like the same issue: https://stackoverflow.com/questions/59855089/chromedriver-keeps-losing-connection-right-after-the-start-of-the-selenium-test
Thx for sharing, @c9s. If I understand the SO correctly, sounds like problem (and fix) would be on the Chrome side?