I'm trying to click on an element, which is present in a block and the block itself becomes visible, when another element Your Trips is clicked on.
I'm able to find the element and click on Your Trips, but then, when I try to click on the Sign In button in the block I'm getting Null Pointer exception.
Name of the site: https://www.cleartrip.com/
I want to automate the sign in process using Page object Model.
