我用Selenium录制了C#代码,然后修改了一下。我在运行测试方案运行的时候,vs报错如下:Failed to start new browser session: java.lang.RuntimeException: Firefox 3 could not be found in the path!Please add the directory containing ''firefox.exe'' to your PATH environment
variable, or explicitly specify a path to Firefox 3 like this:*firefox3c:\blah\firefox.exe
然后我按着它的提示把*firefox改成了"*firefox3 D:/Program Files/Mozilla Firefox/firefox.exe。但是运行的时候,只是弹出浏览器而已,任何反应都没了。我在另外一位同学的机子上能够正常运行这个代码,所以肯定不是代码的问题。我在环境变量里的PATH设置了D:/Program Files/Mozilla Firefox/firefox.exe也是不行的。请各位高手教教我这位刚入门的菜鸟!万分感激啊!
浏览器版本和selenium版本不兼容