Search found 10091 matches

by chivracq
Wed Jan 29, 2014 11:09 am
Forum: Data Extraction and Web Screen Scraping
Topic: Remove all spam posts on my website
Replies: 5
Views: 3634

Re: Remove all spam posts on my website

Don't know, I've never used AlertFox so I don't know exactly how it works... But if you can launch a Macro from AlertFox, is it through a kind of a Scheduler or through some kind of Trigger? Then you repeat in your Macro the Block that handles one Spam several times up to the Max Nb of Spams you rea...
by chivracq
Tue Jan 28, 2014 8:52 pm
Forum: iMacros for Firefox
Topic: How extract link knowing only part?
Replies: 19
Views: 15843

Re: How extract link knowing only part?

About unread E-mails, I don't know, maybe using the Bold Element for unread Mails, you need to experiment... And indeed, I checked with Gmail (Basic HTML-View) and read Mails are different from unread Mails: VERSION BUILD=8601111 RECORDER=FX TAB T=1 'URL GOTO=https://mail.google.com/mail/etc... 'Rea...
by chivracq
Tue Jan 28, 2014 11:51 am
Forum: iMacros for Firefox
Topic: Macro to click on image button
Replies: 6
Views: 5774

Re: Macro to click on image button

Oh!, and you don't see by any chance when you move the Mouse over your Buttons that the Image actually changes with MouseOver...(to give some "dynamic" Effect...)? Because in that case, iMacros records the wrong .PNG File. You then need to go and inspect the Source of your Page and to iden...
by chivracq
Tue Jan 28, 2014 11:43 am
Forum: iMacros for Firefox
Topic: Macro to click on image button
Replies: 6
Views: 5774

Re: Macro to click on image button

It loop at all buttons but without clicking the button Yes, that's the Purpose of EXTRACT... Maybe iMacros does click (with your normal Script) on the 3 Image-Buttons, but it happens too quickly for the Web-Page to have the time to react to the Click. Then you can try adding a "WAIT SECONDS=1&...
by chivracq
Tue Jan 28, 2014 9:52 am
Forum: iMacros for Firefox
Topic: Macro to click on image button
Replies: 6
Views: 5774

Re: Macro to click on image button

I don't think it's iMacros that is forcing the Refresh after each click on an Image, but some JavaScript on the Page you are interacting with... Cannot test because the Site is behind a Login and Password... You can try putting an EXTRACT on each Line: VERSION BUILD=8601111 RECORDER=FX SET !EXTRACT_...
by chivracq
Tue Jan 28, 2014 9:37 am
Forum: iMacros for Firefox
Topic: How extract link knowing only part?
Replies: 19
Views: 15843

Re: How extract link knowing only part?

OK, glad to hear that it works... (Though I had tested it of course, before posting it, so I knew it worked...! :lol: ) Good that you removed your msg in the other Thread, that was a bit messy... and the Content is still in my Quote... If you want to retain only the first Part of the URL until the Q...
by chivracq
Tue Jan 28, 2014 8:16 am
Forum: General Support & Discussions
Topic: I will pay $20 to the first one who can help me (EVAL)"US$"
Replies: 8
Views: 6042

Re: I will pay $20 to the first one who can help me (EVAL)"U

thanks for your reply, but, is impossible extract only the number in the clipboard? I just need to copy the number in the clipboard. example: extracted text: 1.62 it's possible? Yes of course. Once you've got the "1.62" Value in !VAR1, you do what you want with it. I thought that you want...
by chivracq
Tue Jan 28, 2014 12:59 am
Forum: iMacros for Firefox
Topic: Help evaluating something else on a page
Replies: 5
Views: 4113

Re: Help evaluating something else on a page

And...? Did you manage to get your Script to work on this Page...?
by chivracq
Tue Jan 28, 2014 12:45 am
Forum: iMacros for Firefox
Topic: bringing back the old style iMacro interface when running
Replies: 5
Views: 3351

Re: bringing back the old style iMacro interface when runnin

chivracq, Thanks for the link...definitely some good info there. Looks like I will be able to work around this problem to some extent. Glad I could help... I've mentioned your Thread in the other Thread as we are trying to get this Functionality configurable (ON/OFF, movable on the Screen, etc...) ...
by chivracq
Tue Jan 28, 2014 12:34 am
Forum: iMacros for Firefox
Topic: Prevent popup page load timer box
Replies: 16
Views: 13146

Re: Prevent popup page load timer box

Another User confronted with the same problem...:
bringing back the old style iMacro interface when running
by chivracq
Mon Jan 27, 2014 11:20 pm
Forum: General Support & Discussions
Topic: Can I execute tests on a remote machine with iMacros?
Replies: 14
Views: 9253

Re: Can I execute tests on a remote machine with iMacros?

I watched the Video you linked to, but found it difficult to follow for sbd like me who's not completely familiar with Selenium-Grid, as there was very little explanation, only in the Video Description. The music was nice but it would have been more useful to explain what it/he was doing... And funn...
by chivracq
Mon Jan 27, 2014 8:54 pm
Forum: iMacros for Firefox
Topic: How extract link knowing only part?
Replies: 19
Views: 15843

Re: How extract link knowing only part?

OK, I had a look at your Page and it's not complicated, and you don't need to know anything about the Link, as you want to extract it... VERSION BUILD=8601111 RECORDER=FX SET !EXTRACT_TEST_POPUP NO TAB T=1 TAG POS=1 TYPE=H2 ATTR=TXT:Thanks,<SP>and<SP>enjoy<SP>your<SP>game! TAG POS=R-1 TYPE=A ATTR=TX...
by chivracq
Mon Jan 27, 2014 7:54 pm
Forum: iMacros for Firefox
Topic: How extract link knowing only part?
Replies: 19
Views: 15843

Re: How extract link knowing only part?

link http://is.gd/79ZUdU plz, don't write on forum real link and site from there (coz it's private and shouldn't be indexed). i marked part of link which always constant http://waa.ai/ZVZ.png best solution would be to copy until "?" coz "?rede...." it's not important information...
by chivracq
Mon Jan 27, 2014 6:59 pm
Forum: General Support & Discussions
Topic: Can I execute tests on a remote machine with iMacros?
Replies: 14
Views: 9253

Re: Can I execute tests on a remote machine with iMacros?

And maybe another stupid Question (from me!), but what actually will you want to test? Can you explain a bit the whole picture of your Requirements...? What do you need to do with iMacros...?
by chivracq
Mon Jan 27, 2014 6:41 pm
Forum: General Support & Discussions
Topic: Can I execute tests on a remote machine with iMacros?
Replies: 14
Views: 9253

Re: Can I execute tests on a remote machine with iMacros?

Here is the official documentation of the selenium grid: http://docs.seleniumhq.org/docs/07_selenium_grid.jsp I'm not sure what is the problem with the picture in my previous post as I don't have problem seeing it - nevertheless I've changed the path to match yours, hope it is visible now... Grrr!,...