02. Introduction Appium Inspector & desired capabilities

Опубликовано: 05 Март 2026
на канале: Aljazari Foundation
230
3

tags : #appium #appiuminspector #desiredcapabilities

Appium Inspector is a tool that helps you inspect the UI elements of your mobile application.

Desired capabilities in Appium are a set of keys and values sent to the Appium server to inform the server about the kind of automation session you want, such as the platform name, platform version, device name, app package, app activity, etc. These capabilities are used to set up the automation environment before the test script is executed. Here are some common desired capabilities used in Appium:

platformName : The name of the mobile platform to automate (e.g., Android, iOS).
platformVersion: The version of the mobile platform.
deviceName: The name of the device to use for testing.
app: The path to the application package file to be tested.
automationName: The name of the automation engine to use (e.g., UiAutomator2, XCUITest).
appPackage: The package name of the Android app under test.
appActivity: The activity name for the Android activity you want to launch from your package.
udid: The unique device identifier of the connected physical device.
browserName: The name of the mobile web browser to automate (e.g., Chrome, Safari).
These capabilities are passed as a dictionary or JSON object when creating an Appium driver session.

#Appium #Python #MobileAutomation #TestAutomation #SoftwareTesting #Android #ios #appiuminspector #java #MobileAppTesting #AppiumPython #AppiumTesting #PythonAutomation #MobileDevelopment #Selenium #AutomationTesting #QA #SoftwareDevelopment #PythonProgramming #MobileDevelopment #AppDevelopment #TechTutorials #ProgrammingTips #CodeExamples #shortsvideo #fyp #fypシ #pyscard #python #pytest #allure #Reporting