Quantcast
Channel: Recent Threads — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 204402

Appium tests (iOS). Children of a XCUIElementTypeTable do not show, also the table has elements

$
0
0

I am automating my tests using appium. For this, I set the AutomationId of elements, and reference these in the tests.

But now I have a structure like this:

<ListView x:Name = "ResultList" ItemsSource="{Binding CurrentResults}" SelectedItem="{Binding CurrentSelection, Mode=TwoWay}" IsPullToRefreshEnabled="True">
       <ListView.ItemTemplate>
         <DataTemplate>
           <ViewCell>
             <Label Text="SomeText" AutomationId="AUTOMATE"/>
            </ViewCell>
         </DataTemplate>
       </ListView.ItemTemplate>
</ListView>

And in the output of appium inspector, I just see:

<XCUIElementTypeTable>

Without any children!
Why? How can I get the children to show up in appium inspector?

Thanks!


Viewing all articles
Browse latest Browse all 204402

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>