Jump to content
UBot Underground

Bot skips Next>> page to click


Recommended Posts

I don't know why it's doing this now ?

 

If the bot clicks on Next>>

to go to the next page, it always skips a page to scrape ?

 

Ex: 1,3,5,7,9,11 etc....Will get scrapped and not 2,4,6,8 etc....

Wasn't doing this before and i ain't using the increment command ?

Odd ?

 

Does this ever happened to you ?

 

 

loop while($exists($element offset(<tagname="span">, 6))) {
    add list to list(%urllist, $scrape attribute(<outerhtml=w"<a href=\"/profile.html?view=mini&uid=*&src=obr\" class=\"user_img\" onclick=\"return tagged.search.results.fillParamForm(*, *, \'/profile.html?view=mini&uid=*&src=obr\');\">
                        <img height=\"120px\" width=\"120px\" src=\"*\" alt=\"*\">
                    </a>">, "fullhref"), "Delete", "Global")
    wait(1)
    click($element offset(<tagname="span">, 6), "Left Click", "No")
    wait for browser event("Everything Loaded", "")
    wait(3)
}

This was scrapping pages one after the other. Skips one now ?

 

Do you see something weird ?

 

Thanks

Link to post
Share on other sites

seen that on a few sites

 

you might want to try to add between these lines

    click($element offset(<tagname="span">, 6), "Left Click", "No")

    wait(some element of the page that is visible) $exists

    wait for browser event("Everything Loaded", "")
    wait(3)
Link to post
Share on other sites

I see, thanks guys

 

 

EDITED:

 

Just tried some of the tips. Still doing it.

Man this is odd ?

 

Maybe this thread should be placed into the bug section lol !

Link to post
Share on other sites

We ll can't say that in here too much lurkers hahahahahahaha

 

I will pm you

 

Right now it scrapes page one,2 then jumps to 5 and then 7,9,11,13,15,17 etc... (+2 increment go figure)

3 secs time inserted and it still jumping pages

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...