Jump to content
UBot Underground

Search the Community

Showing results for tags 'popups'.

  • 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. 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.)
  2. Hello friends please help with this why don't any idea works well or I'm grabbing wrong define Yotube like { allow popups("In New Window") navigate("http://addmefast.com/free_points/youtube_likes", "Wait") wait for browser event("Everything Loaded", "") wait for element(<innertext=" Like">, "", "Appear") click(<innertext=" Like">, "Left Click", "No") in new browser { wait(5) click(<title="I like this">, "Left Click", "No") wait(7) } }at the start it are 2 windows and are not closep
  3. I am looking for some ubot codes that will allow me to upload my contacts from a CSV file to Yahoo Mail. This sounds extremely simple, but its complicated by the difficulty that ubot seems to have trouble dealing with popups. I have tried scraping the URLs and navigating, but that does not work for me. I would be really grateful to anybody who can work this out for me. I would be happy to pay a small fee. nedhulton@hotmail.com Skype: ned.hulton
  4. I am trying to get my bot to submit images to mobypicture (http://www.mobypicture.com). The bot logs me in. It gets me to the upload page. There I don't know how to interact with the image submission field (see image 01) When I click on the "Add Files" button it launches what seems to be an actual windows browser window (see Image 02) At this point I cannot add nodes to uBot the windows popup window won't allow any other interaction until you deal with it. If i note the window's tittle and add a window command with the window closed--like to tell it insert the path to the image
×
×
  • Create New...