There is an application with a pincode link that when clicked, opens a modal to input the pincode. However, I am experiencing difficulty entering the pincode inside the modal using nightwatch js. The application link is hometown.in
I have attempted
.waitForElementVisible('/html/body/div[7]/div/div/div/div/input', 3000)
but it did not work.View a screenshot of the page HTML