在调试模式下,在弹出窗口中单击“确定”按钮后,我得到std::transform
。
Method threw 'org.openqa.selenium.NoSuchWindowException' exception. Cannot evaluate com.sun.proxy.$Proxy10.toString()
奇怪的是,代码继续执行。 单击“确定”后,它将更改为“主窗口”,并成功执行其余代码。请帮助我摆脱这个错误?
This is causing the next error in the console:
[1562769428.065][SEVERE]: Unable to receive message from renderer
[1562769428.065][SEVERE]: Unable to receive message from renderer
所以这导致了异常: elements.okButton.click();