- takeCuttingScreenshot(String, int, int, FailureHandling) - Method in ScreenCapture
-
Take screenshot of the whole screen and then cut off it's header & footer using AShot and save to screenshots folder in current working project
- takeElementScreenshotIgnoringAreas(TestObject, String, List<TestObject>, int, FailureHandling) - Method in ScreenCapture
-
Take the picture of a specific test element using AShot and save to screenshots folder in current working project
- takeEntirePageScreenshot(String, FailureHandling) - Method in ScreenCapture
-
Take screenshot of the entire page using AShot and save to screenshots folder in current working project
- takeScalingScreenshot(String, float, FailureHandling) - Method in ScreenCapture
-
Take screenshot of the whole screen and then scale image according to device pixel ratio using AShot and save to screenshots folder in current working project
- takeScreenshot(String, FailureHandling) - Method in ScreenCapture
-
Take screenshot of the whole screen using AShot and save to screenshots folder in current working project
- takeWebElementScreenshot(TestObject, String, int, FailureHandling) - Method in ScreenCapture
-
Take the picture of a specific web element using AShot and save to screenshots folder in current working project
- takeWebElementsScreenshot(List<TestObject>, String, int, FailureHandling) - Method in ScreenCapture
-
take the picture of a specific test element using AShot and save to screenshots folder in current working project