How to set up location elements in the export code

Hi,

I can’t find any way to configure Appium Studio to export tests classes based on id location of elements.

Is there a way to do that ?

Thanks.
Antoine

Hi Antonie,

If I understand it correctly, you are asking if there is a way to have the Code Snippets automatically find the ID elements?

I believe you cannot do that. Not every element has a unique ID to start off with. You would need to manually extract elements ID or have it automatically generated with the best possible element identification through the recording.

Please correct me someone, if I am wrong.

Thanks