Allows you to get Windows info report.
Example
Running this code will get the info of the Windows browser "http://ubotfunction.blogspot.com/", which will be shown as the table named "&report".
This is shown in the Debugger.
plugin command("Browser Automation.dll", "browser connect", "Chrome", 60, "True", "False", "True")
plugin command("Browser Automation.dll", "browser navigate", "http://ubotfunction.blogspot.com/")
plugin command("Browser Automation.dll", "browser windows", &report)