Introduction
Desired capabilities are key-value pairs that provide information about a browser's name. Its version and location are in the system's browser driver hierarchy. This information is used to determine the browser's runtime behavior. Desired features can be used to customize Selenium WebDriver. And other driver instances like FirefoxDriver, ChromeDriver, and Internet Explorer. In this article, we will be learning about Setting up Desired Capabilities in Mobile Testing in Katalon Studio.

Setting desired capabilities for remote execution in Katalon Studio
-
Access the Project > Settings > Desired Capabilities > Remote menu.
-
Enter the URL for the remote server, which is http://localhost:port/wd/hub.
- Select Selenium/Appium from the Remote Server Type drop-down menu.

As of Katalon Studio version 6.3.0, selecting the Appium server also requires selecting the Android Driver or iOS Driver.

- On the command toolbar, select Add. The name, Value, and Type of the property you intend to configure should be provided.







