Jump to content
UBot Underground

Search the Community

Showing results for tags 'ajax'.

  • 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 4 results

  1. Here is my code set(#ApiKey,"2captcha api","Global") set user agent("Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.84 Safari/537.36") wait(2) navigate("https://www.youtube.com/channel/UCOhHO2ICt0ti9KAh-QHvttQ/about","Wait") wait for browser event("Page Loaded","") if($exists(<innertext="VIEW EMAIL ADDRESS">)) { then { click(<innertext="VIEW EMAIL ADDRESS ">,"Left Click","No") wait(1) wait for element(<class="recaptcha-checkbox-checkmark">,"","Appear") set(#GoogleSiteKey,$find regular expres
  2. So I'm trying to automate this site... http://redbubble.com. Everything is fine until after I upload my image. On redbubble you can upload one image and they put it on like 20 products. The issue is when it adds the image to all the products you can't easily click on them. I've tried everything, changing user agents, etc... nothing is working! I've created a demo account for you to use to see what I'm talking about. Login here: https://www.redbubble.com/auth/login Username: ubotdemo Password: ubotdemo123 Then go here: http://www.redbubble.com/portfolio/images/new?ref=account-nav-dr
  3. Help! A site I have been scrapping data from has recently updated and data is now being displayed in an 'accordion' sort of way (ajax/jquery). Data is displayed as you scroll down the page in a browser but in Ubot Studio, after an initial display on scrolling, you get to the footer of the page with each mouse scroll which results in a blank display appended to the page in place of the expected data. Please find attached Ubot Script. Gone through the spectrum of user agents but all have the same problem. I have limited knowledge of ajax/jquery/ubot studio so unable to figure out the probl
  4. 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...