Please help, i am trying to automate a project(using java) where i need to operate on nested popup windows i.e with a main window i have a popup which includes one more window inside it. You can check the image I have attached. The problem what i am facing is,
org.openqa.selenium.NoSuchElementException: Unable to find element with id == btnSign (WARNING: The server did not provide any stacktrace information) Command duration or timeout: 10.22 seconds
i.e. it is not able to find the element that is inside 2nd scroll. Note. (I am working on IE) Can anyone give an idea how to handle it. Thanks in advance.