Hi! Im trying to check emails using yopmail.
I need to click on email in order to open it. But I always get error “waiting for locator”. Which means there is no such locator.
My code to click on email: Click (//button[@class='lm'])[1]
I’ve tried every single tag for email with no luck (I got the same error). What I am doing wrong? I’ve checked - all other elements are working fine on yopmail with Click
@Vitaly This is because the left pane which contains the emails, is inside an iFrame with id “ifinbox”. So you have to select the iFrame first and than the element inside the iFrame .