$browser title

Allows you to get a list of browser titles shown in the tab of the browser.


Example

Running this code will show the tile of the opened website.

As shown in the alert box, the title is "Top 250 Movies - IMDb".

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

Was this helpful?

Previous Article

$browser scroll location

Next Article

$browser url