Search found 21 matches

by my2testing
Tue Sep 09, 2008 8:41 am
Forum: Data Extraction and Web Screen Scraping
Topic: How do I extract the first column ?
Replies: 1
Views: 1981

Re: How do I extract the first column ?

Code: Select all

TAG POS=1 TYPE=TD ATTR=TXT:64* EXTRACT=TXT
by my2testing
Tue Sep 09, 2008 8:29 am
Forum: Data Extraction and Web Screen Scraping
Topic: Appending and excl sheet
Replies: 2
Views: 2780

Re: Appending and excl sheet

URL GOTO=https://xxx.com/ SET !EXTRACT_TEST_POPUP NO TAG POS=1 TYPE=A ATTR=ID:amenu8 TAG POS=1 TYPE=INPUT:TEXT FORM=NAME:Login ATTR=NAME:USER CONTENT=daivd TAG POS=1 TYPE=INPUT:PASSWORD FORM=NAME:Login ATTR=NAME:PASSWORD CONTENT= TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:Login ATTR=VALUE:Login TAG POS=...
by my2testing
Tue Sep 09, 2008 8:23 am
Forum: Data Extraction and Web Screen Scraping
Topic: Help nearly working
Replies: 1
Views: 2043

Re: Help nearly working

Code: Select all

VERSION BUILD=6200707     
TAB T=1     
TAB CLOSEALLOTHERS     
URL GOTO=http://www.yahoo.com/     
TAG POS=1 TYPE=A ATTR=TXT:Answers
TAG POS=1 TYPE=A ATTR=TXT:* EXTRACT=TXT 
'SAVEAS TYPE=TXT FILE=C:\Documents<SP>and<SP>Settings\My<SP>Documents\john
by my2testing
Tue Sep 09, 2008 8:12 am
Forum: Data Extraction and Web Screen Scraping
Topic: I Need Help With This...
Replies: 1
Views: 2184

Re: I Need Help With This...

Code: Select all

VERSION BUILD=4201203
TAB T=1
TAB CLOSEALLOTHERS
SET !EXTRACT_TEST_POPUP NO
URL GOTO=http://www.mywebsite.com/07014030
SIZE X=801 Y=602
EXTRACT POS=1 TYPE=TXT ATTR=<P<SP>class=middle>*
SAVEAS TYPE=EXTRACT FOLDER=* FILE=myextract.csv
by my2testing
Tue Sep 09, 2008 8:06 am
Forum: Data Extraction and Web Screen Scraping
Topic: Help with this code please
Replies: 2
Views: 2133

Re: Help with this code please

VERSION BUILD=6000818 TAB T=1 TAB CLOSEALLOTHERS URL GOTO=http://www.yahoo.com TAG POS=2 TYPE=A ATTR=TXT:* EXTRACT=TXT SAVEAS TYPE=EXTRACT FOLDER=C:\Documents<SP>and<SP>Settings FILE=a.txt 1.TAG POS=2 TYPE= A ATTR=TXT:* EXTRACT=TXT 2.SAVEAS TYPE=EXTRACT FOLDER= C:\Documents<SP>and<SP>Settings FILE=...
by my2testing
Tue Sep 09, 2008 7:55 am
Forum: Data Extraction and Web Screen Scraping
Topic: txtall saveas
Replies: 2
Views: 2464

Re: txtall saveas

1.TAG POS=1 TYPE=SELECT ATTR=NAME:cotype EXTRACT=TXTALL

Extracted Text: #ERROR#

2.TAG POS=1 TYPE=SELECT ATTR=NAME:cotype EXTRACT=ALL
TAG POS=1 TYPE=SELECT ATTR=NAME:cotype EXTRACT=TXT

Extracted Text= first option
by my2testing
Sun Feb 03, 2008 7:24 am
Forum: General Support & Discussions
Topic: about ruby
Replies: 2
Views: 2138

With the help of my friends, I finally solved the problem. :D
by my2testing
Sun Feb 03, 2008 6:15 am
Forum: General Support & Discussions
Topic: about ruby
Replies: 2
Views: 2138

why I can't run a.rb?

a.rb

Code: Select all

require 'win32ole'
iim1 = WIN32OLE.new('InternetMacros.iim')
i = iim1.iimInit 
i = iim1.iimSet("-var1", "Tom Tester")
i = iim1.iimDisplay("This is a test")
i = iim1.iimPlay("myfirstmacro")
by my2testing
Sat Feb 02, 2008 3:49 am
Forum: General Support & Discussions
Topic: about ruby
Replies: 2
Views: 2138

about ruby

I want to run wsh-submit-2-web.iim by first.rb.
How can I write first.rb.
Please help me.
by my2testing
Wed Jan 09, 2008 9:57 am
Forum: Command Line and Scripting Interface
Topic: Loop is not incremeting
Replies: 1
Views: 3134

Code: Select all

SET !DATASOURCE_LINE 1 
by my2testing
Wed Jan 09, 2008 9:23 am
Forum: General Support & Discussions
Topic: Error# 233
Replies: 0
Views: 1747

Error# 233

Example-Batchfile-1.bat "C:\Program Files\iMacros\imacros.exe" -macro a01 Example-Batchfile-2.bat "C:\Program Files\iMacros\imacros.exe" -macro a02 Example-Batchfile-3.bat "C:\Program Files\iMacros\imacros.exe" -macro a03 Only run Example-Batchfile-1.bat, iMacros is OK...
by my2testing
Wed Jan 09, 2008 2:57 am
Forum: General Support & Discussions
Topic: URL GOTO=javascript
Replies: 4
Views: 4123

Code: Select all

VERSION BUILD=6000818
CLEAR
TAB CLOSEALLOTHERS
SET !ERRORCONTINUE YES
SET !TIMEOUT 60
URL GOTO=www.iopus.com
URL GOTO=javascript:openDemo('shared/flash/imacros1',820,650);
by my2testing
Wed Jan 09, 2008 2:15 am
Forum: General Support & Discussions
Topic: TAB T={{!LOOP}}
Replies: 1
Views: 2402

Play(Loop) MAX:3

Code: Select all

VERSION BUILD=6011231 RECORDER=FX
TAB T=1
URL GOTO=http://www.Google.com
TAB OPEN
TAB T=2
by my2testing
Wed Jan 09, 2008 12:45 am
Forum: General Support & Discussions
Topic: vba EXCEL
Replies: 2
Views: 2360

Ⅰ. Example-Batchfile .bat echo Example iMacros Batch File REM Tip: You may have to adjust the path names to YOUR installation directory of iMacros "C:\Program Files\iMacros\imacros.exe" -macro Demo-FillForm -tray echo Batch file completed pause Ⅱ. Visual Basic Script example: Dim imacros, ...
by my2testing
Wed Jan 09, 2008 12:35 am
Forum: General Support & Discussions
Topic: Selecting items by name from a drop down list
Replies: 3
Views: 2611

You should read about TAG.
Special TAG Commands for Drop Down Menus.=>http://wiki.imacros.net/TAG