Search found 17 matches

by bb1000
Mon Dec 16, 2019 12:20 am
Forum: Data Extraction and Web Screen Scraping
Topic: How do I timeout a "SEARCH" command?
Replies: 14
Views: 16229

Re: How do I timeout a "SEARCH" command?

The problem with the “loop” function is that if it’s looping and the code that I need comes up, then the loop will copy that code up until the loop is done. So it’ll copy it over and over again. Not just once.

I’ll definitely have a look at your previous post and find a workaround when I’m home :)
by bb1000
Mon Dec 16, 2019 12:08 am
Forum: Data Extraction and Web Screen Scraping
Topic: How do I timeout a "SEARCH" command?
Replies: 14
Views: 16229

Re: How do I timeout a "SEARCH" command?

Thanks a lot for your help :) finally you found what I found :D appreciate everything. I will try out those versions :idea:
by bb1000
Sun Dec 15, 2019 1:50 pm
Forum: Data Extraction and Web Screen Scraping
Topic: How do I timeout a "SEARCH" command?
Replies: 14
Views: 16229

Re: How do I timeout a "SEARCH" command?

I have been using the latest version from the Google Extension Store. Not sure what your saying about the ‘!TIMEOUT’ command and if you’re implying that it doesn’t work anymore...because I’ve been using it on my other scripts and they’re working just fine :lol:
by bb1000
Fri Dec 13, 2019 1:57 am
Forum: Data Extraction and Web Screen Scraping
Topic: How do I timeout a "SEARCH" command?
Replies: 14
Views: 16229

Re: How do I timeout a "SEARCH" command?

I would appreciate feedback from anyone with knowledge about this. Trying to find a fix as soon as possible, as I'm sitting here biting my fingernails with no clue about how to timeout this command... Nothing on the web about it... :roll: Thanks again :D
by bb1000
Thu Dec 12, 2019 3:18 am
Forum: Data Extraction and Web Screen Scraping
Topic: How do I timeout a "SEARCH" command?
Replies: 14
Views: 16229

Re: How do I timeout a "SEARCH" command?

The reason it didn’t work on other pages was because the source wasn’t there. That’s why I want it to timeout and then once it finds the regex it runs the script, that is why my timeout is so high, so it’s as if it’s monitoring the page until it’s found. I’m really struggling with this, I’ve been lo...
by bb1000
Thu Dec 12, 2019 2:39 am
Forum: Data Extraction and Web Screen Scraping
Topic: How do I structure a code to auto copy any text in a pattern XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ?
Replies: 16
Views: 13400

Re: How do I structure a code to auto copy any text in a pattern XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ?

The reason it didn’t work on other pages was because the source wasn’t there. That’s why I want it to timeout and then once it finds the regex it runs the script, that is why my timeout is so high, so it’s as if it’s monitoring the page until it’s found. Apologies for making another thread, just tho...
by bb1000
Wed Dec 11, 2019 5:54 pm
Forum: Data Extraction and Web Screen Scraping
Topic: How do I timeout a "SEARCH" command?
Replies: 14
Views: 16229

Re: How do I timeout a "SEARCH" command?

Oh I see my bad, apologies for that. As I’ve previously said, I’m quite new to this so I apologies for these mistakes. That’s why I’m glad I found this forum for people with experience to help me, so that I can learn and hopefully help other people in this forum too 8) I have posted the solution on ...
by bb1000
Wed Dec 11, 2019 5:53 pm
Forum: Data Extraction and Web Screen Scraping
Topic: How do I structure a code to auto copy any text in a pattern XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ?
Replies: 16
Views: 13400

Re: How do I structure a code to auto copy any text in a pattern XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ?

Final Script: VERSION BUILD=1005 RECORDER=CR SET !ERRORIGNORE YES SET !TIMEOUT 100000 SET !EXTRACT_TEST_POPUP NO SEARCH SOURCE=REGEXP:"([A-Z0-9]{5}-[A-Z0-9]{5}-[A-Z0-9]{5}-[A-Z0-9]{5}-[A-Z0-9]{5})" EXTRACT="$1" SET !CLIPBOARD {{!EXTRACT}} Follow up thread: https://forum.imacros.n...
by bb1000
Wed Dec 11, 2019 4:40 pm
Forum: Data Extraction and Web Screen Scraping
Topic: How do I timeout a "SEARCH" command?
Replies: 14
Views: 16229

Re: How do I timeout a "SEARCH" command?

Ummm... I deleted it because you weren't replying on the other thread...So thought that someone else could help me? What's the issue here? It's a new thread with a new issue... How can I post my solution if i dont have one yet? That's why I'm asking how to timeout a search command that I could go ba...
by bb1000
Wed Dec 11, 2019 3:56 pm
Forum: Data Extraction and Web Screen Scraping
Topic: How do I timeout a "SEARCH" command?
Replies: 14
Views: 16229

How do I timeout a "SEARCH" command?

System: macOS 10.14.6 with iMacros free on Google Chrome Version 78.0.3904.108 (Official Build) (64-bit) I currently have this code: VERSION BUILD=1005 RECORDER=CR SET !ERRORIGNORE YES SET !TIMEOUT 100000 SET !EXTRACT_TEST_POPUP NO SEARCH SOURCE=REGEXP:"([A-Z0-9]{5}-[A-Z0-9]{5}-[A-Z0-9]{5}-[A-Z...
by bb1000
Tue Dec 10, 2019 2:37 pm
Forum: Data Extraction and Web Screen Scraping
Topic: How do I structure a code to auto copy any text in a pattern XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ?
Replies: 16
Views: 13400

Re: How do I structure a code to auto copy any text in a pattern XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ?

I really appreciate your help😁I’ll have a go when I’m back home! If I need help after I’ve made the code etc to see where I’ve made an error if so, I’ll come straight back here! Thanks a lot.
by bb1000
Tue Dec 10, 2019 2:25 pm
Forum: Data Extraction and Web Screen Scraping
Topic: How do I structure a code to auto copy any text in a pattern XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ?
Replies: 16
Views: 13400

Re: How do I structure a code to auto copy any text in a pattern XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ?

There is no need for the url/HTML as I would want this to work on all sites. I have been looking around for solutions for weeks now, way before I posted on SOF. I am really stuck in the mud and that’s no jokes🤦‍♂️I would just want this method to work on any url so that I can start the iMacros and if...
by bb1000
Tue Dec 10, 2019 1:05 pm
Forum: Data Extraction and Web Screen Scraping
Topic: How do I structure a code to auto copy any text in a pattern XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ?
Replies: 16
Views: 13400

Re: How do I structure a code to auto copy any text in a pattern XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ?

I really appreciate your reply! Thanks a lot☺️ I’m pretty new to this and understand most things, but am unsure how to include them into my code... Could you please write the full code for what you said about EVAL etc. ? That would really help a lot. Especially for future reference when I struggle w...
by bb1000
Tue Dec 10, 2019 2:26 am
Forum: Data Extraction and Web Screen Scraping
Topic: How do I structure a code to auto copy any text in a pattern XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ?
Replies: 16
Views: 13400

Re: How do I structure a code to auto copy any text in a pattern XXXXX-XXXXX-XXXXX-XXXXX-XXXXX ?

I have just added my system information onto SOF😁Appreciate the tips!!

Do you have a few ideas to help me with my iMacros??