I have a menu in the actionbar which I create through:
@Override public boolean onCreateOptionsMenu(Menu menu) { menu.add(Menu.NONE, 98,Menu.NONE,R.stri
Espresso.openContextualActionModeOverflowMenu()
was the only option that worked for my Samsung Note 3. This openActionBarOverflowOrOptionsMenu(getInstrumentation().getTargetContext()); would try and fail without any error
openActionBarOverflowOrOptionsMenu(getInstrumentation().getTargetContext());