$browser current

Allows you to check your current web browser.


Example

Running this code will check what web browser is used for the code.

As shown in the alert box, Chrome is used.

plugin command("Browser Automation.dll", "browser connect", "Chrome", "30,0,30,10", "True", "False", "True")
plugin command("Browser Automation.dll", "browser navigate", "https://www.google.com/")
alert($plugin function("Browser Automation.dll", "$browser current"))

Was this helpful?

Previous Article

$browser alive

Next Article

$browser dialog text