vsravuri
vsravuri
Try disabling **w3c** which is default set to **true** starting Chrome 75 'goog:chromeOptions': { w3c: false }
@heathkit This is fixed in v81. Issue 3252: Getting org.openqa.selenium.WebDriverException: unknown error: cannot determine loading status https://bugs.chromium.org/p/chromedriver/issues/detail?id=3252&sort=-id&colspec=ID%20Status%20Pri%20Owner%20Summary&q=unhandled%20inspector%20error&can=1 Chrome v81 will be stable on April 7th. To overcome this issue, i...
https://bugs.chromium.org/p/chromedriver/issues/detail?id=3361&can=2&q=&sort=-id&colspec=ID%20Status%20Pri%20Owner%20Summary This is how i am able to workaround this issue while switching frame. this.fn_SwitchToMainFrame = async () => { let success = false; let count = 0, max_tries =...