How to insert verification points?

I’m confused on how to insert a verification point. The documentation says “Right-click (with your mouse) to add verification points” but I’ve right-clicked over the “command” area, the code area, the app, etc, but I do not see any option to add a verification point.
My environment-
OS: Windows 7
Device: Galaxy S7 (Android 7.0)
App under test: ExperiBank test app
Appium Studio: 10.5.30

By the way- Nice app! Thanks for making this available to the community.

To verify element exist you should use findElement command. In case the element is not found an exception will be thrown and the execution of the test will finish with failure.

Thanks, I know the concept of verifying that an element exists, but I can’t figure out how to use the “right-click/add verification” point in the Appium Studio UI.

A verification point should be added if you use the right mouse click during recording. I will reconstruct it on my end and open a bug.