Google Chrome unable to navigate to specified URL when triggered from Selenium

前端 未结 7 1776
星月不相逢
星月不相逢 2021-01-06 06:05

I have an automation framework developed around Selenium-WebDriver which launches Chrome and navigates to specified URL and performs specified automation. When I commissione

7条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-06 06:40

    In case someone is still looking for an answer. Here is the matching response for my situation. https://github.com/SeleniumHQ/selenium/issues/3508 This exactly what is happening in my case where, I'm getting it 60-70% of the time when maximize is called

    org.openqa.selenium.remote.RemoteWebDriver$RemoteWebDriverOptions$RemoteWindow.maximize(RemoteWebDriver.java:945)
    at org.openqa.selenium.support.events.EventFiringWebDriver$EventFiringWindow.maximize(EventFiringWebDriver.java:644)
    at org.openqa.selenium.remote.server.handler.MaximizeWindow.call(MaximizeWindow.java:30)
    at org.openqa.selenium.remote.server.handler.MaximizeWindow.call(MaximizeWindow.java:1)
    

提交回复
热议问题