Jump to content
UBot Underground

A Little Help With Save To File Please... Exbrowser


Recommended Posts

I am trying to scrape from a website... here is my code:

 

     save to file("C:\\Desktop\\testing.txt",$plugin function("ExBrowser.dll", "$ExBrowser Scrape Element", "x://div[@class=\"whatever"]"))

 

this code works fine... but it only writes one line or only save "whatever" into one line... and whenever whatever2 appears it "OVERWRITES" the whatever1

 

I have this whole thing on a loop... and the "whatever" changes everytime...

 

so I wanted to have

 

 

whatever1

whatever2

whatever3

whatever4

whatever5

 

on my testing.txt

 

 

but right now... my code works like this:

 

first loop:

 

my testing.txt will get:

 

whatever1

 

second loop:

 

my testing.txt will get:

 

whatever2

 

and so on...

 

 

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