public void PlaySong() { MenuTests.GotoSongs(App); App.Tap(x => x.All().ClassFull("MusicPlayer_Cells_MediaItemCellView").Index(2)); App.Screenshot("Playback started"); WaitForPlaybackPercent(App, 10); App.Screenshot("Played Half song"); }
public static void PlaySong(IApp app) { MenuTests.GotoSongs(app); app.Tap(x => x.Class("MusicPlayer_Cells_MediaItemCellView").Index(2)); //app.Screenshot ("Playback started"); // WaitForPlaybackPercent (app, 10); // app.Screenshot ("Played Half song"); }