-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
Hi,
After configuring all the required steps suggested by you. I get the below error.
org.openqa.selenium.WebDriverException: Error forwarding the new session cannot find : Capabilities [{browserName=AutoIt}]
I have below code in my java file
public void setUp() throws Exception {
capabilities = new DesiredCapabilities();
capabilities.setCapability("browserName", "AutoIt");
driver = new RemoteWebDriver(new URL("http://localhost:4444/wd/hub"), capabilities);
}
Pls note:
I did start my selenium grid and hub
Metadata
Metadata
Assignees
Labels
No labels