Jump to content
UBot Underground

spa3212

Members
  • Content Count

    107
  • Joined

  • Last visited

Everything posted by spa3212

  1. Is it possible to use Exbrowser plugin with Ubot studio community edition..plz tell me Thanks
  2. Thanks for the time being I use plugin to find the size of image in bytes and then compare. but not a sure shot...I will try your idea. Thanks
  3. HI, Do you guys know how to install an extention in portable chrome I am using exbrowser plugin. everytime I install it automatically gets deleted after I close. plz help
  4. Hi, I have images in two folder is there any way we can compare if images x is same as image y in other folder. if yes which command or function to use. There used to be a command for compare image in 2015 buts looks like it not there anymore in 5.9+ Thanks hope someone will surely come up with a solution.
  5. Hi, I need to set referrer url before visiting a website how can this be possible with ex browser. Thanks for your help..I know someone surely can help.
  6. Hi, I have tried all variants of type text command of exbrowser pluigin but all seems to be typing very slow. I have articles to post on my site, and it have over 2000 words..and it take 5-6 mins to type everything. is there any way that one can use to type super fast..with in few seconds. Thanks
  7. I am looking to scroll the popup window till the end but nothing is working out can anyone help here. https://www.instagram.com/averyandarlo/ this is the link scroll and scrape profile links from the popup windows when clicked on show all (similar ) this image will help https://prnt.sc/uc21uz
  8. Hi, I think this would be very simple, to create xpath but I don't why it is not scraping the data while in chrome I can see it is selecting the content I want to scrape.. xpath I am using is (//*[@class=info-tab-section menucard-imprint__section]/text())[1] webpage here , there links I want to scrape and put them in columns. https://prnt.sc/tww0j0 https://www.lieferando.de/diazo-berlin anyhelp would be a great help
  9. OH its wordpress media upload form, But at present I put it in a loop..but would be great if there is a way. I work for a client on their server..they have developer edition.
  10. HI, I need to upload all the images of a folder, I searched a lot but couldn't find a solution yet. is it possible ? Thanks I also used file management plugin but no enough tutorials get this thing done correctly. any help much appreciated
  11. Many many thanks, for your help, can you please help me scraping 4th item from this list $plugin function("ExBrowser.dll", "$ExBrowser Scrape List Elements", "//*[@id=\"post-body-6805714621427306847\"]/p/text()[4]") $plugin function("ExBrowser.dll", "$ExBrowser Scrape List Elements", "//p/br[5]") but this doesn't work as well. I must be doing all wrong..
  12. Hi, I want to scrape post text using exbrowser plugin, I was able to scrape the whole text. But I want to scrape each line wise. so that scraped data should look like this. I am using this alert($plugin function("ExBrowser.dll", "$ExBrowser Scrape Element", "//*[@id=\"post-body-6805714621427306847\"]/p/text()[1]")) but nothing is scraped can you guys plz help. I could scrape the test alert($plugin function("ExBrowser.dll", "$ExBrowser Scrape Element", "//*[@id=\"post-body-6805714621427306847\"]/p")) But this add all the test in single para instead lines, I want to keep the original l
  13. I scrape a data and save it in csv file, let say data1 data2 data3 data4 Now I try to enter new data, but it overwrite the previous. Instead I want it to add new data from next row, so that data become data1 data2 data3 data4 newdata1 newdata2 newdata3 can you help how this can be done without increment function, Thanks
  14. @ EddieThank you very much this solve my problem Thanks again.
  15. Hi, I am looking to scrape Total Amount due from a page, using exbrowser But xpath seems to be not possible, so using plugin command("ExBrowser.dll", "ExBrowser Navigate", "https://www.dallasact.com/act_webdev/dallas/showdetail2.jsp?can=00000542731000000&ownerno=0") set(#html,$replace($plugin function("ExBrowser.dll", "$ExBrowser Document Text"),$new line,""),"Global") add item to list(%PriorYearAmountDue,$find regular expression(#html,$find regular expression(#html,"(?<=Total Amount Due.*)[\\$0-9,.\\n]*")),"Don\'t Delete","Global") But its not scraping I must be doing something wrong
  16. https://www.dallasact.com/act_webdev/dallas/showdetail2.jsp?can=00000542731000000&ownerno=0 this is the url I need to scrape below details.Amount Current Tax Levy: $1,132.27 Current Amount Due: $0.00 Prior Year Amount Due: $0.00 Total Amount Due: $0.00 Thanks for your help..
  17. <b>Current Tax Levy: </b> "this is the text to scrape" <br> I am trying to scrape "this is the text to scrape" I tried this with exbrowser scrape element But it only scrape (current tax levy) //b[contains(text(), 'Current Tax Levy:')] can you check this how to scrape
  18. Thanks this doesn't have that feature..Anyways many thanks for letting me know..
×
×
  • Create New...