I am using Protractor for automation. There is a page in an application where there is one web element button which Protractor can not find while execution. That web element is present in DOM but it is not visible on screen. Protractor is able to find & click the element only when we scroll down in application. But this is not a good approach as every time I have to place the code of page_Down.
Any help here ?