
You can locate Chrome settings file at this path: \settings\internal\. The Desired Capabilities available for Chrome is listed here.
Project > Settings > Desired Capabilities > WebUI > Chrome/Firefox/IE/Safari/Edge/Edge(Chromium). Define Desired Capabilities for local execution using Chrome, Firefox, IE, Safari, Edge or Edge (Chromium). Refer to Value Types for details regarding how to input value for different types.īelow is the list of supported environments as well as how to configure them in project settings: Web Testing Provide the name of the property that you'd like to configure and its type. Add: to add a new row to the Desired Capabilities list. After selecting the environment, you can manage its desired capabilities with: You need to identify which environment you want to customize its behaviors before defining desired capabilities in a Katalon project. Katalon Studio allows you to define these Desired Capabilities in Project Settings. Adding extra settings to browsers in web testing.
Setting the browser and device properties in mobile testing.Desired capabilities which can be used to configure such additional driver instances as FirefoxDriver, ChromeDriver, InternetExplorerDriver, Selenium WebDriver are useful in the following cases: Desired Capabilities are key/value pairs that tell the browser properties such as browser name, browser version, and the path of the browser driver in the system to determine the browsers' behaviors at runtime.