Jump to content
UBot Underground

End Users Choosing Location To Save


Recommended Posts

Fellow Ubotters...

 

Was wondering if someone could shed some light on how to accomplish the following.  After this scrape successfully puts an item in my list how can I give my end user the ability to access the file and save it to their desired location on their drive?  MUCH appreciated in advance...

 

ui save file("Save As:"#save as)
navigate("zagat.com""Wait")
click(<innertext="Lists">"Left Click""No")
set(#openings$scrape attribute($element offset(<class="field-content">, 5), "innertext"), "Global")
add item to list(%openings#openings"Delete""Global")
save to file($special folder("My Documents"), %openings)

 

 

DD

Link to post
Share on other sites

You can use the Ui save file buttom like you have in the code up there or even better use this plugin it's free and you have way more options.

 

http://www.ubotstudio.com/forum/index.php?/topic/13237-free-file-management-plugin-multiple-commands-and-functions/

 

HTH,

TC

  • Like 1
Link to post
Share on other sites

You can use the Ui save file buttom like you have in the code up there or even better use this plugin it's free and you have way more options.

 

http://www.ubotstudio.com/forum/index.php?/topic/13237-free-file-management-plugin-multiple-commands-and-functions/

 

HTH,

TC

much appreciated +1 from me!

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...