Class DPIVerificationTool

java.lang.Object
io.github.jspinak.brobot.tools.diagnostics.DPIVerificationTool

public class DPIVerificationTool extends Object
Diagnostic tool to verify that DPI awareness disabling is working correctly.

This tool captures screens and reports the resolution to help verify that captures are occurring at physical resolution (e.g., 1920x1080) rather than logical resolution (e.g., 1536x864).

Since:
1.1.0
  • Constructor Details

    • DPIVerificationTool

      public DPIVerificationTool()
  • Method Details