Search found 244 matches

by viking
Sun Mar 28, 2021 3:13 am
Forum: iMacros for Firefox
Topic: Why is iMacros no longer shown in the Firefox sidebar?
Replies: 2
Views: 3865

Re: Why is iMacros no longer shown in the Firefox sidebar?

Eight months have passed and still no response from Tech Support :( !?
by viking
Wed Jul 29, 2020 8:37 pm
Forum: iMacros for Firefox
Topic: I Can't Select an Option from a Drop-down List
Replies: 6
Views: 5527

Re: I Can't Select an Option from a Drop-down List

Alright, and concerning this current one, try replacing the two 'MOUSEDOWN' + 'MOUSEUP' Statements by one 'CLICK' Statement (still using the 'EVENT' Mode, not the 'CLICK' Mode, even if hum..., the 'CLICK' Mode might also be able to open the DDLB, but it looks a bit "ugly" and "strang...
by viking
Tue Jul 28, 2020 5:47 pm
Forum: iMacros for Firefox
Topic: I Can't Select an Option from a Drop-down List
Replies: 6
Views: 5527

Re: I Can't Select an Option from a Drop-down List

Hum..., I didn't want to answer/intervene in this Thread as it was opened in the "wrong" Sub-Forum and has nothing specific to the 'iMacros for FF' Sub-Forum..., too bad, ah-ah...!, Which would be the correct Sub-Forum for this question? Note that I am using iMacros for Firefox (and the E...
by viking
Tue Jul 28, 2020 8:38 am
Forum: iMacros for Firefox
Topic: Javascript with RegEx works fine elsewhere but gives an error in iMacros
Replies: 1
Views: 2493

Re: Javascript with RegEx works fine elsewhere but gives an error in iMacros

I suspect that the RegEx engine in iMacros may not support look-back?
by viking
Tue Jul 28, 2020 8:36 am
Forum: iMacros for Firefox
Topic: I Can't Select an Option from a Drop-down List
Replies: 6
Views: 5527

Re: I Can't Select an Option from a Drop-down List

access2vivek ,
Your answer is not relevant to problem. As you can see, I don't even have a content tag. Looking at the html source code doesn't show the options in the drop-down list.
by viking
Sun Jul 26, 2020 9:59 am
Forum: iMacros for Firefox
Topic: Javascript with RegEx works fine elsewhere but gives an error in iMacros
Replies: 1
Views: 2493

Javascript with RegEx works fine elsewhere but gives an error in iMacros

I am trying to do a search and replace of the characters from the end of "Parameter 1 =" to the end of the line. For example: "Parameter 1 = 42" => "Parameter 1 = 11" The following javascript works elsewhere: var str="Parameter 1 = 42";` var res=str.replace(/(...
by viking
Sat Jul 25, 2020 2:56 am
Forum: iMacros for Firefox
Topic: I Can't Select an Option from a Drop-down List
Replies: 6
Views: 5527

I Can't Select an Option from a Drop-down List

I am trying to select an option from a drop-down list. Here is what was recorded using the regular recording mode: TAG POS=1 TYPE=LI ATTR=TXT:Vert<SP>Div<SP>Chk<SP>WR1<SP>xxx* (I replaced some of the text with xxx). Note that the CONTENT tag is missing.... When playing this, iMacros can't find the o...
by viking
Wed Jul 22, 2020 6:23 pm
Forum: iMacros for Firefox
Topic: Why is iMacros no longer shown in the Firefox sidebar?
Replies: 2
Views: 3865

Why is iMacros no longer shown in the Firefox sidebar?

I find the new iMacros separate window very inconvenient :( . Why can it not be displayed in the Firefox sidebar instead :? ? I have have several extensions which are shown in the sidebar instead of in a separate window (e.g. Tree Style Tab & Sage-Like) EDIT: The docking is also not working very...
by viking
Tue Jul 21, 2020 11:05 pm
Forum: iMacros for Firefox
Topic: Scrolling to top of Page?
Replies: 8
Views: 6336

Re: Scrolling to top of Page?

(I didn't try... Downloading FF55 Portable would already be a bit difficult for me, and I would need to re-import my 3 FF55 Profiles and reinstall all their respective Add-ons, for which many are probably very difficult to find now, as they are not in the Mozilla Add-on Archive anymore...) You can ...
by viking
Tue Jul 21, 2020 6:02 am
Forum: iMacros for Firefox
Topic: Scrolling to top of Page?
Replies: 8
Views: 6336

Re: Scrolling to top of Page?

To be more specific:
I can use old and new (Firefox 78.0.2 regular install (64-bit)) at the same time if I first launch either of:
Firefox Developer 55.0b2 Portable (64-bit)
or
Firefox ESR 52.8.1 Portable (64-bit)
by viking
Mon Jul 20, 2020 5:25 pm
Forum: iMacros for Firefox
Topic: Scrolling to top of Page?
Replies: 8
Views: 6336

Re: Scrolling to top of Page?

OK, good to hear that it works in v10.0.2 + FF78, I wasn't completely-completely sure either, and I was too "lazy" to test, as I "only" have some "older" v10.0.2 + FF61 or FF62 Environment, I think :oops: , still from the Beta Testing Phase, 2 Years ago, that I very-ve...
by viking
Mon Jul 20, 2020 8:59 am
Forum: iMacros for Firefox
Topic: Scrolling to top of Page?
Replies: 8
Views: 6336

Re: Scrolling to top of Page?

Thanks as always chivracq!
Both commands work (I didn't realize that javascript still works).

p.s. I posted this in the FF forum since I need to use it with FF78 (because it supports containers). What is 'Free'/'PE' ?
by viking
Mon Jul 20, 2020 1:15 am
Forum: iMacros for Firefox
Topic: Scrolling to top of Page?
Replies: 8
Views: 6336

Scrolling to top of Page?

In the "good old" iMacros, I could use:

Code: Select all

EVENT TYPE=KEYPRESS SELECTOR=* KEY=36
to scroll to the top of the page. However, EVENT commands are no longer supported.

Is there some other way now to scroll to the top of the page?


Firefox 78.0.2 (64-bit)
iMacros 10.0.2.1450
Win7 (64-bit)
by viking
Sun Jul 19, 2020 3:13 am
Forum: iMacros for Firefox
Topic: I Can't Save Snapshot Images Using Waterfox
Replies: 0
Views: 4190

I Can't Save Snapshot Images Using Waterfox

I am taking a snapshot of the webpage like this: SAVEAS TYPE=PNG FOLDER=D: \FILE=Test_{{!NOW:yyyy_mm_dd_hh-nn-ss}} Using Firefox ESR 52.8.1 (64-bit) this works fine. However, using Waterfox-Portable Classic 2020.06(64-bit), this gives me an error: TypeError: Argument 1 of CanvasRenderingContext2D.dr...
by viking
Mon Jul 13, 2020 8:35 pm
Forum: Data Extraction and Web Screen Scraping
Topic: Is it possible to Search and Replace Text on Website?
Replies: 11
Views: 11228

Re: Is it possible to Search and Replace Text on Website?

This is starting to get outside the scope of iMacros now, but maybe you can help anyway...? I found a RegExp that may work: (?<=Parameter 1 =).*$ It supposedly finds all characters after "Parameter 1 =" until the end of the line. I tested it here https://regex101.com/ using "Parameter...