SfPicker not show in visual tree

Hello everybody,

i implemented a seekbar, where you can set two thumbs to select a range from a song. Additionally you can set the lower and upper value of the range with the SfPicker.
Now I want to automate this picker with Appium for the UI Tests. I open the picker and fetch the actual page source of the driver (driver.PageSource) but basically the visual tree is empty. I cant see the Picker or any other UI elements because of that i am not able to interact with the picker via Appium.

The page source:
<?xml version='1.0' encoding='UTF-8' standalone='yes' ?>
<hierarchy index="0" class="hierarchy" rotation="0" width="1080" height="2178">
<android.widget.FrameLayout index="0" package="de.emka3.practice_looper" class="android.widget.FrameLayout" text="" checkable="false" checked="false" clickable="false" enabled="true" focusable="false" focused="false" long-clickable="false" password="false" scrollable="false" selected="false" bounds="[0,78][1080,2178]" displayed="false" />
</hierarchy>

On iOS i can see the picker ui element (XCUIElementTypePickerWheel) and can interact with it.
Attached file: Xaml file and code behind

kind regards
Simon


Attachment: Archive_8f6dd7fe.zip

1 Reply

SS Suganya Sethuraman Syncfusion Team November 9, 2020 11:06 AM UTC

Hi Simon,

Greetings from Syncfusion.

Currently, we don’t have direct support for Appium in SfPicker Android. So, we have considered “Support for Appium in SfPicker” as a feature and logged this as a feature request, and you can track the status of this feature implement through below link

Feedback link: https://www.syncfusion.com/feedback/19557

Please cast your vote to make it count. We will prioritize the features every release based on the demands and we do not have an immediate plan to implement this feature since we committed with already planned work. So, this feature will be available in any of our upcoming releases.

If you have any more specifications/suggestions to the feature request, you can add it as a comment in the portal.

Regards,
Suganya Sethuraman.
 


Loader.
Up arrow icon