Page 1 of 1

Cannot find item in Evernote

Posted: Thu Sep 24, 2015 10:46 am
by stapes
I am testing Ranorex using Evernote on an Android device.

I have navigated to the Note I wish to delete, then run the Ranorex rxrec process.
DeleteNoteRxrec.PNG
After executing the first Touch, a Menu has appeared at the Upper Right:
EvernoteAfterTouchingWidget.PNG
I added a Snapshot here. the screen above is snipped from that.

The Delete failed, as it could not see the delete option:
Evernote error from rxlog.PNG
Continued....

Re: Cannot find item in Evernote

Posted: Thu Sep 24, 2015 10:49 am
by stapes
Continued... (could not post my 4th picture due to limit on number of attachments).

Finally, here is a snapshot of my Ranorex Studio screen, highlighting the Delete button:
EvernoteDeleteNote.PNG
What am I doing wrong?

Re: Cannot find item in Evernote

Posted: Thu Sep 24, 2015 2:34 pm
by stapes
Finally cracked it.
Somehow, the Repository had got my Delete button and the OK button that follows it listed under the wrong screen. Realizing they should be i the NewNoteActvity Form, I was able to drag the controls to that folder, then editing them manually using the Edit button so that they were no longer looking in the wrong place.

Problem solved.