Package cz.vutbr.fit.layout.playwright
Class BrowserCli
- java.lang.Object
-
- cz.vutbr.fit.layout.playwright.BrowserCli
-
-
Field Summary
Fields Modifier and Type Field Description protected booleandownloadImagesprotected intheightprotected booleannoCloseprotected booleannoHeadlessprotected intpersistenceprotected booleanscreenshotprotected Stringurlprotected StringuserDirprotected intwidth
-
Constructor Summary
Constructors Constructor Description BrowserCli()
-
-
-
Field Detail
-
width
protected int width
-
height
protected int height
-
persistence
protected int persistence
-
screenshot
protected boolean screenshot
-
downloadImages
protected boolean downloadImages
-
noHeadless
protected boolean noHeadless
-
noClose
protected boolean noClose
-
userDir
protected String userDir
-
url
protected String url
-
-