Jump to content
UBot Underground

Search the Community

Showing results for tags 'scroll'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 5 results

  1. 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
  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;")
  3. http://s4.img7.ir/KVBIs.jpg i us "focus" and run javascript("$(window).scrollTop($(\"*:contains(\'load more comments\'):last\").offset().top);") but not working !!!! test on this link : https://www.instagram.com/p/BQoP0Z_DzCW/
  4. 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. 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
×
×
  • Create New...