Search found 13 matches

by dawidR
Fri Apr 26, 2019 3:39 pm
Forum: Data Extraction and Web Screen Scraping
Topic: extract data from not specified class
Replies: 3
Views: 4782

Re: extract data from not specified class

thank you very much! this worked awesomely! I see how it works find attribute TD - reward and then R1 first TD data after correct? Is there a way to also highlight multiple data? + extract? For example find the first TD in each row 1 & 2 & 3 etc. and then extract next two TD 540 ; 9 600 ; 10...
by dawidR
Thu Apr 25, 2019 2:33 pm
Forum: Data Extraction and Web Screen Scraping
Topic: extract data from not specified class
Replies: 3
Views: 4782

extract data from not specified class

Hello, I am wondering if it is possible to extract data (text) from unspecified TD or TR class? this is the HTML: <tr> <td><b style="outline: 1px solid blue;">Reward</b></td> <td align="center"><b>540</b></td> <td align="right"><b>20</b></td> <td align="right"...
by dawidR
Wed Mar 27, 2019 6:20 pm
Forum: iMacros for Firefox
Topic: Select File starting with xx
Replies: 3
Views: 3499

Re: Select File starting with xx

Actually very creative solution :) It worked on MAC as well with 3 ///
I have removed the Tab 2 and still works great.

thank you for this! Again works awesomely!
by dawidR
Wed Mar 27, 2019 3:50 pm
Forum: iMacros for Firefox
Topic: Select Text from .csv file
Replies: 4
Views: 3293

Re: Select Text from .csv file

my apologies, I will reply sooner next time. Work has been rather extremely busy for me and could not get to it right away. Sorry for not updating sooner.
by dawidR
Wed Mar 27, 2019 3:36 pm
Forum: iMacros for Firefox
Topic: Select File starting with xx
Replies: 3
Views: 3499

Select File starting with xx

Hello, this maybe a silly question. But is there a way to select a file that starts with specific characters? For example to select image that start with th code below TAG POS=1 TYPE=INPUT:FILE FORM=NAME:image_to_upload ATTR=NAME:image CONTENT=/Users/Desktop/th*.jpg Maybe it is not doable, I am not ...
by dawidR
Wed Mar 27, 2019 3:30 pm
Forum: iMacros for Firefox
Topic: Select Text from .csv file
Replies: 4
Views: 3293

Re: Select Text from .csv file

I just tested this and worked like a charm! You are a life saver! thank you!
by dawidR
Thu Mar 14, 2019 9:29 pm
Forum: iMacros for Firefox
Topic: Select Text from .csv file
Replies: 4
Views: 3293

Select Text from .csv file

Hello, I was wondering if someone can help me with issue I am not able to resolve: I would like to select text thats part of column 1 in my csv file. this is what works if I put number 72520 in the code FillInformations += "TAG POS=1 TYPE=B ATTR=TXT:72520" + "\n"; However I would...
by dawidR
Tue Aug 07, 2018 1:05 pm
Forum: iMacros for Firefox
Topic: Uploading problem
Replies: 7
Views: 7120

Re: Uploading problem

Hello, just wondering if uploading is now available with iMacro? Or if there is any workaround for this option?

thank you
by dawidR
Tue Jun 05, 2018 3:04 pm
Forum: General Support & Discussions
Topic: If CSV cell is blank move on to next command
Replies: 9
Views: 6763

Re: If CSV cell is blank move on to next command

My apologies, I thought I would only point out the area of script that I am trying to evaluate if macro should skip or follow steps. the full script is here: Setup = "CODE:"; Setup += "SET !ERRORIGNORE YES" + "\n"; Setup += "SET !ERRORCONTINUE YES" + "\n&...
by dawidR
Mon Jun 04, 2018 4:34 pm
Forum: General Support & Discussions
Topic: If CSV cell is blank move on to next command
Replies: 9
Views: 6763

Re: If CSV cell is blank move on to next command

thank you again :) I am getting some syntax errors but will keep testing until i figure it out :)
by dawidR
Mon Jun 04, 2018 1:56 pm
Forum: General Support & Discussions
Topic: If CSV cell is blank move on to next command
Replies: 9
Views: 6763

Re: If CSV cell is blank move on to next command

First of all thank you for all these suggestions, I will try to figure it out now :) . AS for the version of Imacro I just figured out today how to check on that. Sorry it took me a while to find out where to find it: iMacros for Firefox 9.0.3 LEGACY

I will try to do some testing now.
by dawidR
Fri Jun 01, 2018 12:10 pm
Forum: General Support & Discussions
Topic: If CSV cell is blank move on to next command
Replies: 9
Views: 6763

Re: If CSV cell is blank move on to next command

Honestly I have no idea what (F)CIM is, or how to find out what Macro system I have. As for my system MAC OS 10.13 and Firefox 55.0.2. I am not even sure if thats what is needed to answer your question about (F)CIM. Secondly I did noticed all 4 pages worth of replies when I did a search for IF / ELS...
by dawidR
Thu May 31, 2018 3:43 pm
Forum: General Support & Discussions
Topic: If CSV cell is blank move on to next command
Replies: 9
Views: 6763

If CSV cell is blank move on to next command

Hello, I have done a lot of searching about IF / Else command but could not find anything about CSV blank cell. Does anyone know how to ignore the first two lines of this code if COL1 has no data? Thank you :) FillInformations += "TAG POS=1 TYPE=SELECT FORM=NAME:CategoryEdit ATTR=ID:Availablech...