Class WindowControlsOverlayConfig
java.lang.Object
org.openqa.selenium.devtools.v140.overlay.model.WindowControlsOverlayConfig
Configuration for Window Controls Overlay
- 
Constructor Summary
ConstructorsConstructorDescriptionWindowControlsOverlayConfig(Boolean showCSS, String selectedPlatform, String themeColor)  - 
Method Summary
Modifier and TypeMethodDescriptionSelected platforms to show the overlay.Whether the title bar CSS should be shown when emulating the Window Controls Overlay.The theme color defined in app manifest. 
- 
Constructor Details
- 
WindowControlsOverlayConfig
 
 - 
 - 
Method Details
- 
getShowCSS
Whether the title bar CSS should be shown when emulating the Window Controls Overlay. - 
getSelectedPlatform
Selected platforms to show the overlay. - 
getThemeColor
The theme color defined in app manifest. 
 -