arunganesh-a

Results 3 issues of arunganesh-a

Hi, When we run internet explorer directly with out container, with the following capabilities. `DesiredCapabilities cap = DesiredCapabilities.internetExplorer(); cap.setBrowserName("internet explorer"); cap.setVersion("11"); cap.setCapability(InternetExplorerDriver.INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS,true);` Getting the following error: Exception in thread "main"...

Hi We are running our testes on windows containers created using the steps given in the repo. We have a file upload scenario that we want to run in the...

Hi, Wanted to understand what will be the server/VM resource that will be required to run 3 parallel windows container?. Thanks, Arun