How To Copy And Open Tab URL From Address Bar

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
User avatar
thecoder2012
Posts: 446
Joined: Sat Aug 15, 2015 5:14 pm
Location: Internet
Contact:

Re: How To Copy And Open Tab URL From Address Bar

Post by thecoder2012 » Sat May 05, 2018 7:31 am

kentaifina wrote:How to Copy and open tab URL From address bar ?
example :
http%3A//example.com/201609123456789
I need copy 201609123456789
See https://wiki.imacros.net/!URLCURRENT and https://wiki.imacros.net/EVAL

Example:

Code: Select all

SET myval EVAL("('{{!URLCURRENT}}'.match(/\\/([^\\/]+)$/))[1];")
PROMPT {{myval}}
URL GOTO = https://www.google.com/search?q={{myval}}
Join 9kw.eu Captcha Service now and let your iMacros continue downloads and scripts while you sleep. - Custom iMacros? Contact me! :idea:
Post Reply