Allows you to use a web browser that doesn't have a graphical user interface.
Example
Running this code will remove the graphical user interface on the browser.
plugin command("Browser Automation.dll", "browser headless", "True")
Allows you to use a web browser that doesn't have a graphical user interface.
Running this code will remove the graphical user interface on the browser.
plugin command("Browser Automation.dll", "browser headless", "True")
Was this helpful?