$url » History » Revision 2
Revision 1 (Per Amundsen, 08/14/2015 02:00 PM) → Revision 2/8 (Per Amundsen, 03/15/2016 11:33 AM)
_Added in 1.9.3_ *$url* Returns the currently active URL in your Web Browser. _Only works for Firefox/Internet Explorer/Opera 12._ TODO ----------------------------------------------------------------------------- *$url(N)* Returns the Nth captured URL address in URL catcher. *Parameters* N - If N = 0, number of URL addresses, otherwise the Nth URL address. *Propertes* .desc - TODO .group - TODO *Example* <pre> ; Print number of caught URL addresses. //echo -ag $url(0) ; Print the first caught URL address. //echo -ag $url(1) </pre>