tim_espasandin
12 years agoOccasional Contributor
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; ...
- 12 years ago
You could use the name property with a wildcard
Sys.Browser(browser).FindChild(["Name", "Visible"], ["Page*", true]).URL