Espresso click menu item

后端 未结 7 1124
感动是毒
感动是毒 2020-12-14 16:11

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         


        
7条回答
  •  清歌不尽
    2020-12-14 16:47

    Espresso.openContextualActionModeOverflowMenu() 
    

    was the only option that worked for my Samsung Note 3. This openActionBarOverflowOrOptionsMenu(getInstrumentation().getTargetContext()); would try and fail without any error

提交回复
热议问题