Package io.webfolder.cdp.session
Class SessionSettings
java.lang.Object
io.webfolder.cdp.session.SessionSettings
public class SessionSettings
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description SessionSettings()
SessionSettings(int screenWidth, int screenHeight)
-
Method Summary
Modifier and Type Method Description int
getScreenHeight()
int
getScreenWidth()
java.lang.String
toString()
-
Constructor Details
-
SessionSettings
public SessionSettings() -
SessionSettings
public SessionSettings(int screenWidth, int screenHeight)
-
-
Method Details
-
getScreenWidth
public int getScreenWidth() -
getScreenHeight
public int getScreenHeight() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-