I have installed:
- selenium grid 2.53.0 hub +node for IE;
- Jenkins;
- IE 11.
When I try to run a build for IE via batch command with variable BROWSER=ie I'm getting next error:
Error forwarding the new session cannot find : Capabilities [{browserName=internetexplorer, version=null}] (org.openqa.grid.common.exception.GridException) (Selenium::WebDriver::Error::UnknownError)
What can be wrong? Because when I run my tests not via grid everything is ok. If I connect node for chrome and specify chrome everything is ok too.