Jump to content
UBot Underground

Please Help With Save As


Recommended Posts

Hi,

 

I'm new to Ubot, But I'm having a hard time downloading a txt file from a website and saving it.

 

Here is the Scenario,

 

Step 1: goto expireddomains.net

Step 2: login

Step 3: navigate to deleted .com

step 4: hit the .txt file icon, which is ready to export.

 

I almost did everything, But when the node clicks on the export to .txt. the dialog open. But It's not saving it.

 

Can someone do a test and share the code to me please.

 

Thanks in Advance

Derago21

 

 

Link to post
Share on other sites

Here are two ways to accomplish this:

 

First:

set(#save_location,"{$special folder("Desktop")}\\ExpiredDomains.txt","Global")
download file("https://member.expireddomains.net/export/expiredcom/?export=textfile",#save_location)

Second:

set(#save_location,"{$special folder("Desktop")}\\ExpiredDomains.txt","Global")
in shared browser {
    navigate("https://member.expireddomains.net/export/expiredcom/?export=textfile","Wait")
    save downloaded file(#save_location)
}
  • Like 1
Link to post
Share on other sites

Thank you for the prompt responce. I'm a standard User, I cannot put the code directly into Ubot (Please correct me, if am wrong).

Can you please export it as .ubot and share it to me.

 

Update:

I tried the same approach like yours, using a shared browser and save download file. The script is completed, but i dont see the saved file.

Please help me out.

 

Screenshot: http://prnt.sc/dcn5wu

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