Search found 18 matches

by mastikhor.maddy
Mon Jul 13, 2020 12:34 am
Forum: General Support & Discussions
Topic: start typing when the macro ends
Replies: 8
Views: 6430

Re: start typing when the macro ends

the var1 worked
final code :

SET !ERRORIGNORE NO
TAG POS=1 TYPE=BUTTON ATTR=TXT:Place<SP>selling<SP>price
TAG POS=1 TYPE=INPUT:NUMBER ATTR=ID:sellAmount CONTENT=1
prompt <SP>Selling<SP>Price !VAR1
TAG POS=1 TYPE=INPUT:NUMBER ATTR=ID:sellPrice CONTENT={{!VAR1}}
by mastikhor.maddy
Wed Jul 08, 2020 3:15 pm
Forum: General Support & Discussions
Topic: start typing when the macro ends
Replies: 8
Views: 6430

Re: start typing when the macro ends

so i figured out what promt is via this vid youtube.com/watch?v=q4hbB7Mb5As and tried this SET !ERRORIGNORE NO TAG POS=1 TYPE=BUTTON ATTR=TXT:Place<SP>selling<SP>price TAG POS=1 TYPE=INPUT:NUMBER ATTR=ID:sellAmount CONTENT=1 prompt <SP>Selling<SP>Price PRICE TAG POS=1 TYPE=INPUT:NUMBER ATTR=ID:sellP...
by mastikhor.maddy
Sat Jun 27, 2020 12:20 pm
Forum: General Support & Discussions
Topic: start typing when the macro ends
Replies: 8
Views: 6430

Re: start typing when the macro ends

just to add a bit i dont want imacros to input anything in the sellPrice box, as soon as the macro ends i want the keyboard cursor in that field blinking and any numbers thats i enter in keyboard should entered in the box after clearing the box which is the last line of the macro TAG POS=1 TYPE=INPU...
by mastikhor.maddy
Wed Jun 24, 2020 7:12 pm
Forum: General Support & Discussions
Topic: start typing when the macro ends
Replies: 8
Views: 6430

Re: start typing when the macro ends

Google Chrome Version 83.0.4103.116 (Official Build) (64-bit)
i just copy pasted cim from a previous post of mine i thought it wont make any difference or u would even notice

is this the one ? http://forum.imacros.net/viewtopic.php? ... 971#p75613
i struggled to understand how
by mastikhor.maddy
Wed Jun 24, 2020 8:29 am
Forum: General Support & Discussions
Topic: start typing when the macro ends
Replies: 8
Views: 6430

start typing when the macro ends

Google Chrome Version 81.0.4044.138 (Official Build) (64-bit) IMACROS VERSION BUILD=1005 RECORDER=CR using the free version of imacros on win 10 x64 This is the macro i use SET !ERRORIGNORE NO TAG POS=1 TYPE=BUTTON ATTR=TXT:Place<SP>selling<SP>price TAG POS=1 TYPE=INPUT:NUMBER ATTR=ID:sellAmount CON...
by mastikhor.maddy
Sat May 30, 2020 5:40 am
Forum: Data Extraction and Web Screen Scraping
Topic: TAG POS changes
Replies: 11
Views: 8448

Re: TAG POS changes

Old SET !TIMEOUT_PAGE 10 SET !ERRORIGNORE NO SET !EXTRACT_TEST_POPUP NO TAG POS=11 TYPE=TD ATTR=TD: EXTRACT=TXT SET !CLIPBOARD {{!EXTRACT}} New SET !TIMEOUT_PAGE 10 SET !ERRORIGNORE NO SET !EXTRACT_TEST_POPUP NO TAG POS=1 TYPE=DIV ATTR=TXT:Recently<SP>Sold<SP>For TAG POS=R1 TYPE=TD ATTR=TD: EXTRACT=...
by mastikhor.maddy
Fri May 29, 2020 7:53 pm
Forum: Data Extraction and Web Screen Scraping
Topic: TAG POS changes
Replies: 11
Views: 8448

Re: TAG POS changes

i was running into #enaf because i was using inspect element and inserting wrong table, finally figured out that all i had to do was record macro and click on the table to get its name and u were right that was pretty easy thank you for your help
by mastikhor.maddy
Mon May 25, 2020 12:51 am
Forum: Data Extraction and Web Screen Scraping
Topic: TAG POS changes
Replies: 11
Views: 8448

Re: TAG POS changes

nope i was not able to find solution for it, even if im using it for 2 years i am very bad at editing or creating macros still
by mastikhor.maddy
Mon May 18, 2020 2:24 am
Forum: Data Extraction and Web Screen Scraping
Topic: TAG POS changes
Replies: 11
Views: 8448

Re: TAG POS changes

using the free version of imacros on win 10 x64
can u please link me i cant find it, thank you
by mastikhor.maddy
Mon May 18, 2020 1:22 am
Forum: Data Extraction and Web Screen Scraping
Topic: TAG POS changes
Replies: 11
Views: 8448

TAG POS changes

Google Chrome is up to date Version 81.0.4044.138 (Official Build) (64-bit) IMACROS VERSION BUILD=1005 RECORDER=CR on some pages another table gets added and the data i want to extract its position changes from 1 to 11 TAG POS=1 TYPE=TD ATTR=TD: EXTRACT=TXT TO TAG POS=11 TYPE=TD ATTR=TD: EXTRACT=TXT...
by mastikhor.maddy
Wed Apr 22, 2020 2:21 am
Forum: General Support & Discussions
Topic: how to delete my profile
Replies: 0
Views: 4993

how to delete my profile

i want to delete this account, how do i do it ?
by mastikhor.maddy
Fri Aug 10, 2018 1:20 am
Forum: Data Extraction and Web Screen Scraping
Topic: !Extract
Replies: 17
Views: 15708

Re: Extract txt and re enter in content with calculation

" And the 'INPUT' Statement won't work then because that Field expects a Number and not a String starting with "$...", which means you'll have to use 'EVAL()' anyway, it won't work with 'ADD', at least not directly on the raw '!EXTRACT'. SET !EXTRACT_TEST_POPUP NO SET !ERRORIGNORE YE...
by mastikhor.maddy
Fri Aug 10, 2018 12:12 am
Forum: Data Extraction and Web Screen Scraping
Topic: !Extract
Replies: 17
Views: 15708

Re: Extract txt and re enter in content with calculation

" 'PROMPT' to follow/debug your Vars" how do i do that ??[/quote] so i added this SET !VAR1 {{!EXTRACT}} ADD !VAR1 0.01 PROMPT {{!var1}} SET !EXTRACT NULL and the prompt gave me $31.05.01 :lol: so it extracted $35.05 and just added .01 to it, not what i intended it to do but still it didnt...
by mastikhor.maddy
Thu Aug 09, 2018 11:57 pm
Forum: Data Extraction and Web Screen Scraping
Topic: !Extract
Replies: 17
Views: 15708

Re: Extract txt and re enter in content with calculation

So OK, you are using the 'Free' Version, then yep, User Defined Vars are not allowed, then simply use '!VAR1' <-> '!VAR3' instead of the Names I gave to "my" Vars... And use 'PROMPT' to follow/debug your Vars, the 'EXTRACT' Popup doesn't show you if you have any surrounding Spaces and Sof...
by mastikhor.maddy
Thu Aug 09, 2018 8:58 pm
Forum: Data Extraction and Web Screen Scraping
Topic: !Extract
Replies: 17
Views: 15708

Re: Extract txt and re enter in content with calculation

Report reason: Other Reported by mastikhor.maddy on 09/08/2018 - 13:33 I would like to delete this post, but i cant seem to be able to. Please kindly delete it for me, Thank you Sorry @OP, but I don't agree with deleting this Thread... :shock: I've been helping you all along, and even wrote 2 Solut...