Allows you to close a specific tab in a browser.
Example
Running this code will close the "Current Tab".
plugin command("Browser Automation.dll", "browser tab close", "Current Tab", "False")
Allows you to close a specific tab in a browser.
Running this code will close the "Current Tab".
plugin command("Browser Automation.dll", "browser tab close", "Current Tab", "False")
Was this helpful?