Uses of Class
com.testingbot.models.TestingbotScreenshot
-
Packages that use TestingbotScreenshot Package Description com.testingbot.models Plain Gson-mapped POJOs for the TestingBot REST API resources.com.testingbot.testingbotrest Entry point for the TestingBot REST API Java client. -
-
Uses of TestingbotScreenshot in com.testingbot.models
Methods in com.testingbot.models that return types with arguments of type TestingbotScreenshot Modifier and Type Method Description java.util.ArrayList<TestingbotScreenshot>TestingbotScreenshotCollection. getData()Method parameters in com.testingbot.models with type arguments of type TestingbotScreenshot Modifier and Type Method Description voidTestingbotScreenshotCollection. setData(java.util.ArrayList<TestingbotScreenshot> data) -
Uses of TestingbotScreenshot in com.testingbot.testingbotrest
Methods in com.testingbot.testingbotrest that return TestingbotScreenshot Modifier and Type Method Description TestingbotScreenshotTestingbotREST. createScreenshots(java.util.Map<java.lang.String,java.lang.Object> params)Captures a new screenshot batch.TestingbotScreenshotTestingbotREST. getScreenshot(int screenshotId)Gets a specific screenshot batch.
-