I am running tests on Xamarin Test Cloud, where I am unable to Upload the images or files in script that I have written. The script gets stuck at a statement app.Tap(x => x.Text("Attach Image"))
. Where button event is clicked and options are given to upload the file from the gallery or camera...
app.Tap(x => x.Class("FormsImageView").Index(3));
// app.Repl();
app.Tap(x => x.Text("Loews Chicago O'Hare"));
//app.Tap(x => x.Text("Attach Image"));
//app.Tap(x => x.Text("Open Gallery"));
//app.Tap(x => x.Id("text1"));
app.Tap(x => x.Class("EditorEditText"));