Unable to find element

Hi Team, i am unable to find element in side a frame layout . Could you please help me on this. I tried many options like xpath ,accessibility id etc. but unable to find a single element . I am able to enter user name and password and able to sign in . Once login unable to find a single element . As all the elements are in side a frame layout .

@srikanta

Try using cont-desc as:

//*[contains(text(),'Drawer Open ')]

Let me know in case, this does not work for you

Hey @srikanta

you can’t find element as its Image.Hence you have to find element by using class with index value. Then it will work

Get the no of elements with below class and get index and try to tap on it.
driver.findElement(By.class(“android.widget,ImageButton”)