Forum Discussion

tim_espasandin's avatar
tim_espasandin
Occasional Contributor
12 years ago

Identifying active page in Firefox

I'm using a piece of code to return the URL of the active tab on the selected browser. It looks like this: Sys.Browser(browser).FindChild(["ObjectType", "Visible"], ["Page", true]).URL; ...
  • paul_scroce's avatar
    12 years ago


    You could use the name property with a wildcard



    Sys.Browser(browser).FindChild(["Name", "Visible"], ["Page*", true]).URL