how to set CHrome_Options in TestProject
eg:
ChromeOptions options = new ChromeOptions();
options.addArguments("–disable-plugins");
caps.setCapability(ChromeOptions.CAPABILITY, options);
how to set CHrome_Options in TestProject
eg:
ChromeOptions options = new ChromeOptions();
options.addArguments("–disable-plugins");
caps.setCapability(ChromeOptions.CAPABILITY, options);
Hello, you can do that with Job Capabilities:
For example, you can see how it is used in this article: