在使用RMI编程的时候,有时会出现如下的错误: java.rmi.ServerException: RemoteException occurred in server thread; nested excption is:        java.rmi.UnmarshalException: error unmar
首先下载驱动 https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/然后解压,把解压后的文件夹添加进环境变量path然后安装两个包:pip install msedge-selenium-tools selenium 然后就可以了:from msedge.selenium_tools import Edge, Ed
转载 2021-04-30 20:16:55
552阅读
2评论
使用python运行selenium,加载EDGE浏览器时报错:'MicrosoftWebDriver.exe' executable needs to be in PATH. 但是驱动路径已经加入到Path当中,浏览器对应版本正确。 解决方案:将EDGE浏览器的驱动程序名 msedgedriver ...
转载 2021-10-10 08:53:00
749阅读
2评论