In older version of appium desktop there was a very useful feature to try out different locators
can we please add in this version as well ?
Please review

Yeah, this is on our list. Another thing we're going to do is make a locator generator that generates a locator for a given element.
Probably already in the works but even just a copy full xpath path button either on right clicking the element in the tree or listed in the element details in the right pane would be super helpful.
@vikramvi can you tel the steps that you followed in using the appium dmg version , i'm facing the following issue #https://github.com/appium/appium-desktop/issues/94
a simple version of this feature has now been added

@jlipps I checked for this requested feature with version 1.0.0-beta.6 but didn't find it.
Please refer to attached screen shot.
Ideally there should be field where I can check for locator, in this case I want to generate custom xpath for link "Continue using web browser" but can't do it.
can you please re-open this issue ?
Thanks & Regards,
Vikram
It's in the 'findBy' table in the top of the selected element panel
@dpgraham didn't get how to try out different identifiers per your last answer, can you please provide screen shot ?
The 'findBy' table under selected element has a locator strategy + a locator for the selectedElement.
I made a PR yesterday that does a shorter, more optimal xpath instead of the long, absolute xpaths we have now.
@dpgraham Thanks a ton for your awesome work; confirming that requested feature here is working as expected in release 1.2.0-beta.3
Thanks @vikramvi, it was my pleasure!
The feature is available, yes. And we also have a feature where you can test selectors.
Most helpful comment
Yeah, this is on our list. Another thing we're going to do is make a locator generator that generates a locator for a given element.