Search the Community
Showing results for tags 'scroll'.
-
Hi i am trying to scroll down in popup window in a google url i applied all code in javascript but fails to scroll window ,and i saw many solution which discussed in forum and i applied that but not worked yet. here is my link -- https://www.google.com/search?ei=dCWBXe2FF87B3LUPq42XgAc&q=Elite+Car+Wash+%26+Auto+Care&oq=Elite+Car+Wash+%26+Auto+Care&gs_l=psy-ab.12...0.0..136766...0.0..0.0.0.......0......gws-wiz.joDTG-1x_9o&ved=0ahUKEwjtj4zuvdjkAhXOILcAHavGBXAQ4dUDCAs#lpqa=d,2
-
This is node view of my instagram bot i want to scroll down likes pop-up it works with id classes but here is different case cause it has only div and css code. navigate("https://www.instagram.com/p/Bz0jgdEBrS8/","Wait") wait for browser event("Everything Loaded","") click(<(tagname="a" AND class="zV_Nj")>,"Left Click","No") wait for browser event("Everything Loaded","") run javascript("var objDiv = document.getElementsByTagName(\"div[style=flex-direction]\"); objDiv[0].scrollTop = objDiv[0].scrollHeight;")
-
Hello everybody, I'm confront to one problem. By habit, i use a command javascript on "run javascript" to scroll my page. However, on the site where i develop my bot the javascript command no word. i have think at the command "jquery" assumption. does it work with ubot? i have find this on stackoverflow: $('html, body').animate({ scrollTop: $("#elementtoScrollToID").offset().top }, 2000);}); Could someone help me please, because I tear my hair Thank you by advance
- 5 replies
-
- run javascript
- scroll
-
(and 1 more)
Tagged with:
-
Hi, all. I need to scrape results from a page, that load necessary elements on scrolling. I know the id of the element, that appears at the bottom of the page after several "scrolls", so it seems to me, that I should use "run javascript", "wait for an element" or "focus". However, I've tried several receipts from this forum, but none of them worked. In particular, I've tried the script window.scrollTo(0,document.body.scrollHeight); which was suggested several times in this forum (here, here and here). It didn't help. I saw neither scrolling no parsed elements. More sophisticated tric
- 2 replies
-
- JavaScript
- AJAX
-
(and 1 more)
Tagged with: