Interface Screen


public interface Screen
A screen whose content can be cast.
Since:
7.29
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    Returns the name of the screen assigned by Chromium, for example: "Entire screen", "Screen 1".
  • Method Details

    • name

      default String name()
      Returns the name of the screen assigned by Chromium, for example: "Entire screen", "Screen 1".