Using Browser.close doesn't always work, as Kyatric stated.
Another way that works in other cases to close the browser is to fake opening a new window and closing it, This can be done by using the following command with
the Browser plugin:
Browser.ExecuteJavaScript "window.open('','_parent','');window.close();"