Clicking Android context menu Button

I use Robot framework appium library

How to choose context menu in Android using appium !

How to choose individual menu items in the appearing menu !

Which keywords to use ?

I didn’t try Appium lib for RF, but you can find all you need in the docs, hopefully. For example, context.

I couldn’t find any samples on
Get Contexts
Get Current Context
Switch To Context

What samples do you need? Get Contexts and Get Current Context simply return contexts.
Switch To Context set context which you provide by name…