Jump to content
UBot Underground

Search the Community

Showing results for tags 'Save As'.

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

  1. I am sorry for posting what is probably a simple question but can't seem to get this to work. I have search for two days and cannot find right 'command'. I have a little bot that goes to a page and generates a profile. The bot then scrolls down the page to the download box. The bot chooses the download button and correct file type. So far so good. A 'Save As' dialog box pops up. All I need it to do it click the 'Save' button for me. (Each file will have a unique name so it is no problem just clicking save.) However, I cannot get my bot to click 'Save'. The bot stops ther
  2. I`m having big problems saving CSV files from an online keyword research tool I`m using. I`ve already searched this forum and other sources but nothing helped me. What I want to do: After a click command on: Download as CSV, the "Save as Dialog" will open. (so far so good) Now I only need to set a WINDOWS COMMAND -> CLICK DIALOG BUTTON -> INPUT THE CORRECT VALUES....right? Wrong! When I put this command after the Click Command, the Save as Dialog will open but nothing is going to happen from this point on. Please see this video for more details: https://www.loom.com/share/8f94ea109
  3. It is almost 2016. What is currently the best method for typing a text filename into a windows Save As dialog? Here is my current code: click(<pid=87>,"Left Click","No") wait(.5) change checkbox(<id="rsAddMap">,"Checked") click(<id="rsPhoto">,"Left Click","No") wait(.5) click(<id="rsViewReport">,"Left Click","No") wait for element(<id="download">,30,"Appear") wait(.5) set(#url,$replace($url,"#",""),"Global") set(#pt1,"www.targetsite.com","Global") set(#pt2,$scrape attribute(<tagname="iframe">,"src"),"Global")
  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. Really hoping someone can help me with this. I am trying to use various commands in the WindowsCommands.dll but I am running into a problem whenever the Save As dialog opens. The problem is that once the Save As Dialog box opens after clicking the `Download` button on the page, focus then shifts to the Save As dialog and I cannot interact or debug with uBot while the Save As dialog is open. Another problem is that I can only get the Save As dialog to even open if I stop the code immediately after the download line. For example, if I use the following code, the Save As dialog box will open
  6. I am willing to pay an immediate, $50 fee to anyone who can help me with the problem described in this question: http://network.ubotstudio.com/forum/index.php?/topic/18299-problem-with-focus-when-interacting-with-save-as-dialog/ For anyone willing to take on this small task, I will send you login credentials to the target website, and my code which does 95% complete for what is required. I need your help to complete the last 5% which is basically clicking a `Download` button on a PDF.js web viewer control, and then specifying the file name and path in the Save As dialog box that pops up.
×
×
  • Create New...