Jump to content
UBot Underground

webpro

Fellow UBotter
  • Content Count

    775
  • Joined

  • Last visited

  • Days Won

    7

Posts posted by webpro

  1. clear list(%click3)
    add list to list(%click3,$scrape attribute(<outerhtml=w"<a href=\"*\" class=\"mybtn\" target=\"_blank\">Visit This Website</a>">,"fullhref"),"Don\'t Delete","Local")
    loop($list total(%click3)) {
        navigate($next list item(%click3),"Wait")
        wait(5)
    }

    What's in %click3:

    0 https://site.com

    1 https://site2.com

    2 https://site3.com

    etc....

    So i guess it scrapped alright? Now how come i get this:

    "YOU HAVE EXCEEDED THE RANGE OF THE LIST"

  2. Cannot select any parameters? Cannot drag and drop nor search for them?

    For instance, ADD LIST TO LIST, selected a list then can't do thing?

    Can't select any parameters ex:  $SCRAPE ATTRIBUTE

    What the heck have i done lol! Even if i try to search for it. I only see commands popping up.

    Also, i don't see a drop down with a list of all parameters options (menu on the left) when i go over PARAMETERS but works fine with commands.

    version 6.3.9

    • Like 1
  3. I got a console poping up, when i click on a video play button and it replaces the main screen with the popup.

    So i thought that adding this code:

    run javascript("history.go(-1);")
    

    would do the job? So it goes back to the page where i "clicked" on the play button.

    NOT!

     

    I also have this code inserted

    allow popups("No")

    Which doesn't prevent the console to take over the main browser.

     

    It works fine, if i manually click on the back button of the UB browser.

    (I do go back to the main page that i want to work with.)

×
×
  • Create New...