public void PlayFromSearch() { SearchTest.SearchFor(App, "Led Zeppelin"); App.Tap(x => x.All().ClassFull("gMusic_SongCell_Cell").Index(0)); App.Screenshot("Playback started"); WaitForPlaybackPercent(App, .1); App.Screenshot("Played Half song"); }
public void PlayAllAccessSong() { SearchTest.SearchFor(App, "Selfie"); //getallviews (App); App.Tap(x => x.ClassFull("gMusic_SongCell_Cell").Marked("#Selfie")); App.Screenshot("Playback started"); WaitForPlaybackPercent(App, .1); App.Screenshot("Played Half song"); }