This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

I am evaluating Appium for my WPF app on Windows 10.

I am using the following settings to use the Inspector. When I click ‘Start Session’ button (File -> New Session Window and either ‘Desired Capabilities’ or ‘Saved Capabilities’) using the settings below, the app is launched and I see the message: ‘Gathering initial app source’, followed by 'Could not obtain source: [object Object]

{
“platformName”: “Windows”,
“app”: “pathtotheapp”,
“deviceName”: “WindowsPC”
}

After the app is launched, I am able to search the items by the elements that I know how to identify (for instance, user name field by its ID), but am unable to use the feature of the Inspector that I like to use, which is to locate the elements (i.e to find out the properties of the elements/controls as identified by Appium).

  • created

    Sep '17
  • last reply

    Jan '19
  • 1

    reply

  • 558

    views

  • 2

    users

1 year later

Delete the app if its already installed on the device and let appium session install the app! This will show AppSource on inspector