I am trying to click some link inside a iframe using selenium webdriver. I came across a weird problem. The click only works when whole iframe is visible. So i tried clicking when my iframe was partially visible and the link i wanted to click inside i frame was visible, but click doesn't happen and code executes successfully. I tried checking all web elements and it is fetching all web elements correctly.
I want to click certain link inside the iframe.