Selenium - NoSuchWindowException in IE 11

后端 未结 10 1922
粉色の甜心
粉色の甜心 2020-12-05 07:54

I am trying to automate a webpage using selenium in IE11. I have set the protected mode settings to same level and zoom level is 100%. While running the test it opens the we

10条回答
  •  一个人的身影
    2020-12-05 08:07

    Ignore above all... i have tried below line in my desired capabilities for IE driver then its worked .. :)

                ieCapabilities.setCapability(InternetExplorerDriver.INITIAL_BROWSER_URL,false);
    

提交回复
热议问题