Search found 20 matches

by newmember
Sat Jun 04, 2016 6:06 am
Forum: iMacros for Firefox
Topic: How to extract link ?
Replies: 3
Views: 3363

Re: How to extract link ?

Thank you for helping me, chivracq and techimac

Code: Select all

TAG POS=1 TYPE=A ATTR=href:*/profile/* EXTRACT=HREF
This works like a charm :)
by newmember
Fri Jun 03, 2016 2:09 pm
Forum: iMacros for Firefox
Topic: How to extract link ?
Replies: 3
Views: 3363

How to extract link ?

Hello, I want to get link from 2 website 1. <figure class="user-card js-folders-user-card" data-user-id="1367491462"> <div class="user-card__img"> <a href="/profile/01367491462?from_search=1&p=4&folder=25" class="b-link user-card__link app js-fold...
by newmember
Thu May 12, 2016 3:26 am
Forum: Data Extraction and Web Screen Scraping
Topic: Extracting Text from Onmouseover
Replies: 7
Views: 11959

Re: Extracting Text from Onmouseover

Yes, I don't understand everything you said :mrgreen: Thank you very detailed explaining. I will try myself :)
by newmember
Mon May 09, 2016 3:39 am
Forum: Data Extraction and Web Screen Scraping
Topic: Extracting Text from Onmouseover
Replies: 7
Views: 11959

Extracting Text from Onmouseover

Hello, I want to extract the text by a mouseover event in this page: https://chinesepod.com/tools/glossary/entry/fish For example: with the second sentence: <td width="80%" style="font-size:18px;"> <span onclick="onWordClick()" onmouseover="tip(event,'he','ta1','他'...
by newmember
Thu Mar 24, 2016 10:05 am
Forum: Data Extraction and Web Screen Scraping
Topic: How to extract data from table ?
Replies: 3
Views: 3689

How to extract data from table ?

Hello, URL GOTO=https://chinesepod.com/tools/glossary/entry/ugly TAG POS=1 TYPE=TD ATTR=TXT:* EXTRACT=TXT TAG POS=1 TYPE=A ATTR=TXT:Download&&HREF:* EXTRACT=HREF TAG POS=2 TYPE=TD ATTR=TXT:* EXTRACT=TXT TAG POS=2 TYPE=A ATTR=TXT:Download&&HREF:* EXTRACT=HREF TAG POS=3 TYPE=TD ATTR=TX...
by newmember
Sat Dec 13, 2014 7:20 am
Forum: iMacros for Firefox
Topic: Palemoon doesn't work with imacros
Replies: 13
Views: 18528

Re: Palemoon doesn't work with imacros

Hello,

I am reinstall with 8.8.2 version imacros. And it worked like a charm. However, when I restart PM, I cannot run any iim file. It show "download .getlist is not function" or doesn't show nothing (when click play, nothing happen). Do you know how to fix ?
by newmember
Fri Dec 12, 2014 2:57 am
Forum: iMacros for Firefox
Topic: How to do next thing immediately without waiting loading ?
Replies: 4
Views: 3850

Re: How to do next thing immediately without waiting loading

Thank you for helping me, chivracq and additional001 !
by newmember
Fri Dec 12, 2014 1:37 am
Forum: iMacros for Firefox
Topic: Palemoon doesn't work with imacros
Replies: 13
Views: 18528

Re: Palemoon doesn't work with imacros

Hello,

I am using imacros 8.8.7 and Pale Moon x64 - 25.1.0. I tried some laptop but iim file still cannot be run.
by newmember
Fri Dec 12, 2014 1:33 am
Forum: iMacros for Firefox
Topic: iMacros 8.8.7 freeze issues (again...)
Replies: 3
Views: 4836

Re: iMacros 8.8.7 freeze issues (again...)

Yes, it still freeze. It sometimes freezes 1 time every 20 loops at: EVENT TYPE=CLICK SELECTOR="HTML>BODY>DIV>DIV:nth-of-type(3)>DIV:nth-of-type(2)>DIV>DIV>DIV>DIV>DIV:nth-of-type(2)>DIV>TABLE>TBODY>TR:nth-of-type({{j}})>TD:nth-of-type(5)>DIV>DIV>DIV" BUTTON=0 I am using imacros 8.8.7 and ...
by newmember
Thu Dec 11, 2014 11:51 am
Forum: iMacros for Firefox
Topic: iMacros 8.8.5 freeze issues
Replies: 19
Views: 117971

Re: iMacros 8.8.5 freeze issues

Hello,

I am using the latest imacros and firefox but the freeze still appear. Please help me fix it ! Thanks !
by newmember
Thu Dec 11, 2014 11:36 am
Forum: iMacros for Firefox
Topic: Palemoon doesn't work with imacros
Replies: 13
Views: 18528

Palemoon doesn't work with imacros

Hello,

I am using firefox for imacros but firefox makes high CPU so I want to switch to palemoon. However, when I click file .iim, it doesn't run. Anyone know way to fix it ?

Thank you very much ! I am using windows 7 64 bit and latest imacros and palemoon.
by newmember
Thu Dec 11, 2014 10:57 am
Forum: iMacros for Firefox
Topic: How to do next thing immediately without waiting loading ?
Replies: 4
Views: 3850

How to do next thing immediately without waiting loading ?

0 down vote favorite I have imacros code like this: VERSION BUILD=8871104 RECORDER=FX TAB CLOSEALLOTHERS SET !ERRORIGNORE YES SET !TIMEOUT_PAGE 0 SET !TIMEOUT 0 TAB T=1 URL GOTO=https://www.youtube.com/watch?v=Qg-nIAnUZwE TAB OPEN TAB T=2 URL GOTO=https://www.youtube.com/watch?v=BXVeHWN9Xuw TAB OPEN...
by newmember
Fri Mar 21, 2014 7:24 am
Forum: iMacros for Firefox
Topic: How to download captcha ?
Replies: 12
Views: 13916

Re: How to download captcha ?

Hi,

so, there isn't solution for this problem ?
by newmember
Thu Mar 20, 2014 1:17 am
Forum: iMacros for Firefox
Topic: How to download captcha ?
Replies: 12
Views: 13916

Re: How to download captcha ?

Your code work well. Thank you very much, chivracq ! However, it only can download when accessing to captcha page directly ( example: http://www.dailymotion.com/dmcaptcha?reset=1&rand=1395241436). When captcha appears in register page, it cannot be download because " save image as " fu...