Allows you to choose whether the form of the browser is minimized, maximized, normal, and so on.
Example
Running this code will minimize the web browser.
plugin command("Browser Automation.dll", "browser window state", "Minimize")
Allows you to choose whether the form of the browser is minimized, maximized, normal, and so on.
Running this code will minimize the web browser.
plugin command("Browser Automation.dll", "browser window state", "Minimize")
Was this helpful?