Jump to content
UBot Underground

Search the Community

Showing results for tags 'popup'.

  • 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 9 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. 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.)
  3. Hi Guys, I am trying to save a file from a pop-up window. The download link opens a new window and has the standard SAVE and CANCEL buttons. See attached. Button has no href or other tags to scrape. Code is <input type="submit" name="stms_exp_btn" value="Export Members" class="button-primary"> Any ideas?
  4. Hello all - I'm doing a simple bot to go into a site, do a search, click a link to generate a CSV and save the CSV. Once that is working, I want to loop. I did find another post discussing saving the file (I forget whose topic, sorry) saying to use "save downloaded file" - which is working. But not as expected. I click the hyperlink to download the CSV and then have the "Save Downloaded File" tag The file quietly saves into the folder I specify, with the file name I specify (I know when I loop I have to change that file name to a variable) However, the O/S or Browser generated "Sav
  5. I have a preview button on the page. When I copy link address in Chome I see the code below. javascript:__doPostBack('m_lbPreview','') In Chrome it opens a new tab and has a URL for this tab. My goal is to get that URL. In ubot I can see the new popup try to open, but then it disappears and I am left on the same page. If you would like to see it in action I recorded a short video at http://screencast.com/t/GwnigbENAFml. Any suggestions would be appreciated.
  6. hi I am trying to create a simple bot that has to work on a pop up the recent update 4.10 says that the pop up stuff is fixed. I want to know then why the pop up is not working as it should or i am doing some mistake please show me the right way. here is the code navigate("http://trickytricks.blogspot.in/", "Wait") wait for browser event("Page Loaded", "") click(<id="b-more">, "Left Click", "No") wait for element(<id="bm-report">, "", "Appear") click(<id="bm-report">, "Left Click", "No") Or should i use it like navigate("http://trickytricks.blogspot.in/", "Wait") wait
  7. hello, I am trying to add a profile pic to a site. Here is a screen shot: http://i46.tinypic.com/2mblzc.png
  8. I have encountered this on a few sites and sometime the popup work and other times it doesn't - for example: https://secure.diigo.com/sign-up - when clicking on facebook to signup the popup comes up blank. I tried different user agents. Any ideas?
  9. I keep getting a java script popup that is a real pain, how can I stop it? can I stop it from loading using javascript?
×
×
  • Create New...