Hi Helio: Doesn't the Press Key require a locator? To press the key in the specific area of the page?
Hi
Ed
Thank you for your suggestions.
Capture Page screenshot does take the WHOLE page for me on Firefox, but the problem is that I think due to the Angular JS, the product image don't load unless you scroll down to show all items.
Am sending a screenshot how the product pages look like.
I took the suggestion about using Javascript, so I ran this code:
Go to ${URL}${PATH}
Execute Javascript window.scrollTo(0,document.body.scrollHeight);
Capture Page Screenshot
Page Should Contain Element ${CSS_Element}
So that it scrolls to the bottom of the page, but because it doesn't scroll through each row of products the product images don't load on the screenshot.
I'm considering running a javascript function to scroll every couple number of pixels until all products are fully loaded, and then post the screenshot. Would that be possible?
This is the Javascript function am looking into:
Thanks!