CentBrowser Forum

Full Version: Minimize Command Argument,Rendering, Javascript Question
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there argument to start cent browser with minimized mode (for selenium automation)?
For example , "chrome.exe" --start-minimize

Is there Rendering setting to slower Render Frequency (render 1 time / 3 seconds) (Doesn't need much display for some page but needed for specific page) (To Lower CPU GPU Usage But no affect javascript function) ?

I use newest version of cent browser , when browser is minimized , the javascript seem no work / very slow, 
Version 2.5.6.57 of cent browser have not that problem

Sorry of my bad english
Chromium browsers can't be launched in minimized state.
This is restricted by Chromium, it forces browser window has minimum width and height.
Seems Render Frequency also can't be changed, you may refer to
https://superuser.com/questions/697567/h...-cpu-usage

Yet you can specify the size of browser window like this:
--window-size=200,200 --window-position=0,0
You can probably switch to Chrome headless:
https://developers.google.com/web/update...ess-chrome