Jump to content
UBot Underground

botsimmer

Fellow UBotter
  • Content Count

    120
  • Joined

  • Last visited

  • Days Won

    3

botsimmer last won the day on December 13 2015

botsimmer had the most liked content!

Community Reputation

16 Good

About botsimmer

  • Rank
    Advanced Member

Profile Information

  • Gender
    Not Telling

System Specs

  • OS
    Windows 8
  • Total Memory
    More Than 9Gb
  • Framework
    v3.5 & v4.0
  • License
    Developer Edition

Recent Profile Visitors

3431 profile views
  1. Yes indeed. Error message with FF and Disk error with Chrome even after reboot and browser updates. FF refuses to scrape the data in the List. 'System.Collections.Generic.List' error message. Thanks
  2. Yes the feature works great. All images have to be at least 32 bit and png format. clear list(%images) add list to list(%images,$get files("{$special folder("Application")}\\images","Yes"),"Delete","Global") wait(2) plugin command("Advanced Video.dll", "video from image", %images, "1024x768", 30, 10, "{$special folder("Application")}\\videos\\newvideo.mp4") wait(2) alert("Video Created") Thanks
  3. Hello sir, I notice you using Chrome. Are you able to get the same attribute to work in Firefox ? Since that is my original issue - not working in Firefox. Let me know how you get on please. Thanks
  4. As per FF Inspect Element and xpathpro this is correct - 2 spaces a page and 1 after normal. Any more pointers please?
  5. Hi folks, I am trying to figure out why links not showing in exbrowser scrape list elements attributes. They show in xpathpro and in normal ubot scrape attribute but not in exbrowser. Its a well known attribute but its not showing in my List: add list to list(%urls,$plugin function("ExBrowser.dll", "$ExBrowser Scrape List Elements Attribute", "x://a[@class=\"a-link-normal s-access-detail-page a-text-normal\"]", "href"),"Delete","Global") The link is: https://www.amazon.com/s/ref=nb_sb_noss/166-9412939-1632845?url=search-alias%3Daps&field-keywords=tiger+books Your assitance greatly appre
  6. Hi mate, thank you so much for your support. You always over deliver. Thanks for pointing out the navigation. It was stuck in my mind to navigate in the loop then select 1x word with the New Line parameter. Thanks a bunch.
  7. Hi ubotters, I am having great trouble with looping next list item but I am getting all text on same line as opposed to new line. I would like to loop through each words 1 at a time until list is finished. The following code shows 2 words together despite setting new line: ui block text("WikiWord:",#wiki_words) clear list(%wiki_lists) add list to list(%wiki_lists,$list from text(#wiki_words,$new line),"Delete","Global") set list position(%wiki_lists,0) set(#navi,"https://www.wikipedia.org/","Global") loop($list total(%wiki_lists)) { navigate(#navi,"Wait") wait for browser event
  8. Excellent - thanks very much stanf. That worked liked a charm.
  9. Hello ubotters, Happy New Year to you all. I am trying to display 10 images in a folder 1 by 1 in the ubot browser but all I get is the text path and filename of the image. The image is not showing. I copy the path and filename in a normal browser and i see the image as it should look rather than text. This is the code I am using: set(#get_images,$get files("{$special folder("Application")}\\images","Yes"),"Global") clear list(%images_listings) wait(1) add list to list(%images_listings,$list from text(#get_images,$new line),"Delete","Global") loop($list total(%images_listings)) {
  10. loop(3) { if(#page1 = $false) { then { alert("page not loaded in time") } else { navigate("http://www.somesittessomewhere.com","Wait") } } } set(#page1,$plugin function("ExBrowser.dll", "$ExBrowser Page Load Time Out", 60),"Global") Brad, there is an 'ExBrowser Page Load Time Out' that assist. Thanks
  11. Feature Request Please. Can we have option for Save Screenshots as png also since we only have jpg? Thanks
  12. Always get great after sales support from developer. Is there a Fireworks Discount Coupon for TT available pleeeasse?
  13. I have received emails with new username and password for link above and silly me attempted to login. Was this from you?
×
×
  • Create New...