Add a keyword for screenshot

Screenshot is important for knowing what happened when test failed.

Currently, Katalon can only take screenshot for the step where the test case fails. Sometimes, it provides limited information.

I hope Katalon can add a keyword for screenshot. Not only can it help to analyze why the test case failed, it can also be more convenient for users to monitor the browser status after some critical operations.

As for as I know, webdriver standard provides very easy way to take the screenshot.

Andy Zhang said:

Screenshot is important for knowing what happened when test failed.

Currently, Katalon can only take screenshot for the step where the test case fails. Sometimes, it provides limited information.

I hope Katalon can add a keyword for screenshot. Not only can it help to analyze why the test case failed, it can also be more convenient for users to monitor the browser status after some critical operations.

As for as I know, webdriver standard provides very easy way to take the screenshot.

It’s already implemented :slight_smile: https://docs.katalon.com/display/KD/[WebUI]+Take+Screenshot. Have you try that keyword?

Vinh Nguyen said:

Andy Zhang said:

Screenshot is important for knowing what happened when test failed.

Currently, Katalon can only take screenshot for the step where the test case fails. Sometimes, it provides limited information.

I hope Katalon can add a keyword for screenshot. Not only can it help to analyze why the test case failed, it can also be more convenient for users to monitor the browser status after some critical operations.

As for as I know, webdriver standard provides very easy way to take the screenshot.

It’s already implemented :slight_smile: https://docs.katalon.com/display/KD/[WebUI]+Take+Screenshot. Have you try that keyword?

:cry: sorry, I hadn’t noticed it

thanks Vinh, very nice…

Do you know , How to add size measurements at screenshot?