Comment 0 for bug 1322472

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote : Autopilot emulator does not swipe OptionSelector to view to click an item

In the clock app, we have an OptionSelector which is right at the bottom of the page. So when the optionSelector is expanded, some of its items are hidden. When using the SDK AP Emulator helper functions select_option(), autopilot clicks outside the app window to click the item resulting in the test failing. The AP emulator helper should have a swipe component to view function which first ensure that the entire optionselector component is visible before proceeding to click on an item.