Search found 68 matches

by questions
Tue Apr 02, 2019 10:27 pm
Forum: General Support & Discussions
Topic: text being reset on form submit
Replies: 2
Views: 3531

text being reset on form submit

I have a simple form to fill out and everything is working perfectly except this problem: 1) when the form is submitted the text in the field is reset to the default value so that the wrong value is being sent in the form The default value is 5, iMacros enters 10 just fine, but then when the form bu...
by questions
Thu Jun 08, 2017 8:33 pm
Forum: iMacros for Firefox
Topic: x/y not working anymore?
Replies: 5
Views: 8168

Re: x/y not working anymore?

sure I can downgrade to rocks and sticks too, but what's the official answer to why XY isn't working? And why is it available as a recording option if it doesn't work?
by questions
Fri Mar 24, 2017 10:45 pm
Forum: iMacros for Chrome
Topic: does x/y work in the chrome version?
Replies: 2
Views: 6322

does x/y work in the chrome version?

Does x/y recording work in the chrome version? I just tried to run a macro I recorded a few months ago (not using x/y but now I might try x/y) and it's not working at all in chrome. Was there a big change recently?
by questions
Fri Mar 24, 2017 10:44 pm
Forum: iMacros for Firefox
Topic: x/y not working anymore?
Replies: 5
Views: 8168

x/y not working anymore?

I just tried to record a macro using the x/y record option and it recorded tags and html code instead of the x/y position... can anyone else confirm this?
by questions
Wed Mar 23, 2016 11:15 pm
Forum: iMacros for Firefox
Topic: SCROLL DOWN not working on twitter.com
Replies: 12
Views: 14231

Re: SCROLL DOWN not working on twitter.com

i'm looking for this too, did you find a solution?
by questions
Wed Mar 23, 2016 11:15 pm
Forum: iMacros for Firefox
Topic: How to comment on facebook comments plugin
Replies: 3
Views: 3129

Re: How to comment on facebook comments plugin

i'm also looking for a way to scroll down, page down, ctrl end, mouse wheel down in imacros for firefox
by questions
Wed Mar 23, 2016 11:12 pm
Forum: iMacros for Firefox
Topic: how to scroll down
Replies: 6
Views: 16160

Re: how to scroll down

is there any way to simulate the mouse scroll wheel in imacros for firefox?
by questions
Wed Mar 23, 2016 11:11 pm
Forum: iMacros for Firefox
Topic: how to scroll down
Replies: 6
Views: 16160

Re: how to scroll down

I've also just tried the expiremental mode with keypressing page down and ctrl+end simulates ctrl+end keypress: EVENT TYPE=KEYPRESS SELECTOR="HTML>BODY" KEY=35 MODIFIERS="ctrl" simulates page down keypress: EVENTS TYPE=KEYPRESS SELECTOR="HTML>BODY" KEYS="[34]"...
by questions
Wed Mar 23, 2016 11:04 pm
Forum: iMacros for Firefox
Topic: how to scroll down
Replies: 6
Views: 16160

Re: how to scroll down

Try this URL GOTO=javascript:window.scrollBy(0,5000) edit the number 5000 to scroll for your needs your code is incomplete js code that gives an error, but I already have that code in my script and it has no effect on the page anymore, it used to work a year or two ago: ret=iimPlay("code:URL G...
by questions
Wed Mar 23, 2016 9:22 pm
Forum: iMacros for Firefox
Topic: how to scroll down
Replies: 6
Views: 16160

how to scroll down

I need the javascript or imacros code to scroll down many pages, how do i do this?
by questions
Wed Mar 23, 2016 2:52 am
Forum: iMacros for Firefox
Topic: best CPU/MB/RAM for iMacros for FireFox in background/multit
Replies: 1
Views: 1874

best CPU/MB/RAM for iMacros for FireFox in background/multit

I'm getting a new PC running Ubuntu and I would like to know which is the best CPU for running iMacros for FireFox in the background while I do other things like: 1) ssh connections to servers 2) firefox, chrome, opera with a lot of tabs open 3) watch videos on YouTube 4) run text editors, wordproce...
by questions
Sun Nov 24, 2013 12:48 am
Forum: iMacros for Firefox
Topic: Removing users from Facebook event
Replies: 5
Views: 3537

Re: Removing users from Facebook event

does this still apply in november of 2013? i'm sure they have changed their setup
by questions
Sat Nov 16, 2013 3:58 am
Forum: iMacros for Firefox
Topic: iMacros on New Tabs
Replies: 39
Views: 57706

Re: iMacros on New Tabs

i'm having the same problem... i open a new window and run imacros in tab 1 but it's not really the actual tab 1 it's tab + whatever tabs I have open in the other windows... and imacros will kind of work this way for tab 2 because tab 2 seems to just mean the next tab, not really tab 2 so what's hap...
by questions
Sat Nov 16, 2013 3:50 am
Forum: iMacros for Firefox
Topic: Imacros Script Is Closing Firefox
Replies: 3
Views: 4971

Re: Imacros Script Is Closing Firefox

the problem for me is that I run imacros for firefox in a second window so TAB T=1 is not really tab 1, how do you get around this? my scripts never recognize tab 1, but they find and close tab 2 just fine...

i'll have to play around with it...
by questions
Sat Nov 16, 2013 3:45 am
Forum: iMacros for Firefox
Topic: simple js loop not working
Replies: 3
Views: 3178

Re: simple js loop not working

now my problem is that my code isn't perfect, because the data on the page varies too much, so it tries to close tab 2 but it's really only in tab 1, so how do I put a javascript if operator on the tab and say "only close tab if you are in tab 2" and leave tab 1 open what it's doing is clo...