I am working on automating a android mobile application. I got stuck in particular step. i am verifying that whether the element is exist or not. Even though the element is not present i am getting true as response for verifyElementExist ,waitForElementVisible methods. 
I this screen i am checking the pay button is present or not . I am getting true as response. The pay button is visible only after the seat selection, that is shown in
below image.

open bookmyshow app → movies → now showing → click on book (first movie) → click on first movie . Any help is appreciated.
Screen Shot 2018-06-01 at 11.44.36 AM.png
Screen Shot 2018-06-01 at 11.45.00 AM.png
bhargava said:
I am working on automating a android mobile application. I got stuck in particular step. i am verifying that whether the element is exist or not. Even though the element is not present i am getting true as response for verifyElementExist ,waitForElementVisible methods. 
I this screen i am checking the pay button is present or not . I am getting true as response. The pay button is visible only after the seat selection, that is shown in
below image.

open bookmyshow app → movies → now showing → click on book (first movie) → click on first movie . Any help is appreciated.
Can anyone pls help to find out the solution for the above mentioned issue.