I want to be able to take a screenshot

I want to be able to take a fullpage screenshot of the page

we all do :slight_smile:

luckily there is a way for us to do so!

File screenShot = driver.getScreenshotAs(OutputType.FILE);

This only takes a screenshot of the current view. I need to be able to take the screenshot of the entire page including the content that you have to scroll to

sorry - I misunderstood that

We don’t have this functionality embedded into Appium Studio (though we are considering adding it)

I’ve found some tutorial with a library that should take care of that

I haven’t tested it myself, but I hope it’ll go well for you, kindly update if you have tested it out

Above tutorial works only with WebDriver. It would good to have this capability for MobileDriver as well, especially for mobile web browsers.

I don’t have proper knowledge on Appium Studio but i got a link through google search on this.

Please read…

https://artoftesting.com/automationTesting/screenShotInSelenium.html