-
Content Count
1372 -
Joined
-
Last visited
-
Days Won
29
Legend last won the day on April 9 2016
Legend had the most liked content!
Community Reputation
181 ExcellentAbout Legend
-
Rank
Advanced Member
Profile Information
-
Gender
Male
-
Location
Japan
Contact Methods
-
Skype
duane.flowers
System Specs
-
OS
Windows 10
-
Total Memory
8Gb
-
Framework
v3.5 & v4.0
-
License
Developer Edition
Recent Profile Visitors
26340 profile views
-
Lots of new names here to peruse as I get back in the swing... 😀
-
How Can I Scrape All Titles On Every Page On Site?
Legend replied to Chris M's topic in General Discussion
Here's one way: clear cookies ui text box("# of Pages:", #pages) navigate("http://www.copyblogger.com/blog/", "Wait") wait for browser event("Everything Loaded", "") clear list(%titles) loop(#pages) { add list to list(%titles, $scrape attribute(<h2,class="entry-title">, "innertext"), "Delete", "Global") if($exists(<innertext="Next Page»">)) { then { click(<innertext="Next Page»">, "Left Click", "No") wait(2) } } } -
If there are a lot of follows/followers sometimes tweetdeck takes a LONG time to update with new information (even longer during prime-time)... let it sit awhile and see if that does the trick.
-
How can a site block solely the solve captcha feature in UBot?
Legend replied to ViLLE BABY's topic in Scripting
Nowadays, more and more sites are being coded to repel bots and or make it extremely difficult for them to function for any length of time, as the coding is frequently being changed making constant upkeep necessary... Once the visitor is identified as being a bot (certain signatures determined) extra code is activated making things like captcha solvers almost impossible to code... -
depends on the site... it may have some kind of bot protection coded in...
-
Thanks!
- 8 replies
-
- proxy checker
- plugin
-
(and 3 more)
Tagged with:
-
It is most likely a Windows 8 compatibility issue... you can try changing the compatibility settings for the program to Windows 7 and see if that helps...
-
try saving it as a csv file...
-
This thread might help... http://www.ubotstudio.com/forum/index.php?/topic/11745-how-to-remain-anonymous-when-surfing-with-ub-browser/&do=findComment&comment=62261 The ccleaner option listed there is the way I usually do it, but it is not such a good solution for bots that you plan to sell...
-
I use Norton, which is also notorious for deleting bots at will... with Norton I can set folders to be ignored, I'm guessing you can do the same thing in Avast settings...
-
Why can't you click on the restaurant link and then click on get directions from there? One way or another it seems you are going to have to zero in on a specific restaurant...
-
Have you considered an online solution, such as http://pdfcrowd.com/ ?
-
Just click on the tab to open it... you can't call it. The defines you create in one tab will work from any tab, you don't need to call it from the same tab it is coded under.
-
cache is stored in memory, not in a file...