SCROLL DOWN not working on twitter.com
Forum rules
Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
SCROLL DOWN not working on twitter.com
Hi,
Usually the following command works great to scroll down any webpage:
URL GOTO=javascript:window.scrollBy(0,20000)
However it does not scroll at all on twitter.com webpages, especially the following webpage.
Does anyone encountered such behavior before?
Has anyone been able to solve this issue ?
Thanks!
Usually the following command works great to scroll down any webpage:
URL GOTO=javascript:window.scrollBy(0,20000)
However it does not scroll at all on twitter.com webpages, especially the following webpage.
Does anyone encountered such behavior before?
Has anyone been able to solve this issue ?
Thanks!
Re: SCROLL DOWN not working on twitter.com
i'm looking for this too, did you find a solution?
Re: SCROLL DOWN not working on twitter.com
put this in your browser console and hit enter
Code: Select all
setInterval(function() { window.scrollTo(0, document.body.scrollHeight); }, 2000);
Re: SCROLL DOWN not working on twitter.com
This is not working.
- thecoder2012
- Posts: 364
- Joined: Sat Aug 15, 2015 5:14 pm
- Location: Internet
- Contact:
Re: SCROLL DOWN not working on twitter.com
You can try page up and down as replacement for your scroll function.
' Page Up '
EVENT TYPE=KEYPRESS SELECTOR=* KEY=33
' Page Down '
EVENT TYPE=KEYPRESS SELECTOR=* KEY=34
And in a row:
' Page Up '
EVENTS TYPE=KEYPRESS SELECTOR=* KEYS="[33,33,33,33,33,33,33,33,33,33,33]"
' Page Down '
EVENTS TYPE=KEYPRESS SELECTOR=* KEYS="[34,34,34,34,34,34,34,34,34,34,34]"
It's like 0.88 * window.innerHeight:
' Page Up with Javascript '
URL GOTO=javascript:window.scrollBy(0,-0.88*window.innerHeight);
' Page Down with Javascript '
URL GOTO=javascript:window.scrollBy(0,0.88*window.innerHeight);
And with arrow keys:
' Up (arrow)
EVENTS TYPE=KEYPRESS SELECTOR=* KEYS="[38,38,38,38,38,38,38]"
' Down (arrow)
EVENTS TYPE=KEYPRESS SELECTOR=* KEYS="[40,40,40,40,40,40,40]"
' Page Up '
EVENT TYPE=KEYPRESS SELECTOR=* KEY=33
' Page Down '
EVENT TYPE=KEYPRESS SELECTOR=* KEY=34
And in a row:
' Page Up '
EVENTS TYPE=KEYPRESS SELECTOR=* KEYS="[33,33,33,33,33,33,33,33,33,33,33]"
' Page Down '
EVENTS TYPE=KEYPRESS SELECTOR=* KEYS="[34,34,34,34,34,34,34,34,34,34,34]"
It's like 0.88 * window.innerHeight:
' Page Up with Javascript '
URL GOTO=javascript:window.scrollBy(0,-0.88*window.innerHeight);
' Page Down with Javascript '
URL GOTO=javascript:window.scrollBy(0,0.88*window.innerHeight);
And with arrow keys:
' Up (arrow)
EVENTS TYPE=KEYPRESS SELECTOR=* KEYS="[38,38,38,38,38,38,38]"
' Down (arrow)
EVENTS TYPE=KEYPRESS SELECTOR=* KEYS="[40,40,40,40,40,40,40]"
Join 9kw.eu Captcha Service now and let your iMacros continue downloads and scripts while you sleep. - Custom iMacros? Contact me! 

Re: SCROLL DOWN not working on twitter.com
Thanks but not working in twitter.
- thecoder2012
- Posts: 364
- Joined: Sat Aug 15, 2015 5:14 pm
- Location: Internet
- Contact:
Re: SCROLL DOWN not working on twitter.com
Twitterlink? Firefox and iMacros version?techimac wrote:Thanks but not working in twitter.
I have tested it with twitter (9kw.eu twitter page) with firefox 45.0.1 and imacros 8.9.6 under windows without any problem with page down or arrow down key(s).
Join 9kw.eu Captcha Service now and let your iMacros continue downloads and scripts while you sleep. - Custom iMacros? Contact me! 

- thecoder2012
- Posts: 364
- Joined: Sat Aug 15, 2015 5:14 pm
- Location: Internet
- Contact:
Re: SCROLL DOWN not working on twitter.com
System? Any other addons in Firefox active or anything else?
I have updated to Firefox 45.0.2 but no problem with page down, iMacros 8.9.6 and your twitterlink. Tested with Windows 8.1 and Windows Server 2008.
Join 9kw.eu Captcha Service now and let your iMacros continue downloads and scripts while you sleep. - Custom iMacros? Contact me! 

Re: SCROLL DOWN not working on twitter.com
I have addons installed.
I will try later on fresh firefox installation.
I will try later on fresh firefox installation.
- thecoder2012
- Posts: 364
- Joined: Sat Aug 15, 2015 5:14 pm
- Location: Internet
- Contact:
Re: SCROLL DOWN not working on twitter.com
Which addons?techimac wrote:I have addons installed.
I will try later on fresh firefox installation.
Join 9kw.eu Captcha Service now and let your iMacros continue downloads and scripts while you sleep. - Custom iMacros? Contact me! 

Re: SCROLL DOWN not working on twitter.com
Video Download Helper
Roboform
Roboform