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