-
Content Count
41 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout scriptbit
-
Rank
Advanced Member
System Specs
-
OS
Windows 8
-
Total Memory
< 1Gb
-
Framework
v3.5
-
License
Standard Edition
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
I'm unable to scrape the page text from this url: http://ftr.fivefilters.org/makefulltextfeed.php?url=http:%2F%2Fwww.latimes.com%2Ftopic%2Fdisasters-accidents%2Ftransportation-disasters-accidents%2Ftraffic-accidents%2F03010001-topic.html&max=10 After checking the forum and asking in the Skype Ubot group, several people said due to being XML that Ubot does not work with XML and said I needed a plugin to scrape the XML generated page text. Several people recommended the XML plugin found here: http://network.ubotstudio.com/forum/index.php/topic/13088-ubot-xml-plugin-ubot-discount/
-
http://ftr.fivefilters.org/makefulltextfeed.php?url=http:%2F%2Fwww.latimes.com%2Ftopic%2Fdisasters-accidents%2Ftransportation-disasters-accidents%2Ftraffic-accidents%2F03010001-topic.html&max=10 Please show me how I can get this in Ubot's chrome 49 browser. I am stuck on this.
-
Hi, I just wrote a Ubot script and during creating phase was able to command the mouse to move over some text and select it. Then, I used the Windows Command "keyboard event" to hold control down. Then used Windows Command "type Keys" to enter "c" to "copy" this text. http://i63.tinypic.com/23lyvtd.jpg While it worked in the creation phase, Ubot appears to completely ignore these commands when I run the script. Why is that? All I'm trying to do is copy this text and have to do it this way because I'm using Chrome 49. It only lets me grab the text with Chrome 21 browser but where I'
-
Looking For Ubot Help Right Now - Teamview/skype Sesh Anyone?
scriptbit replied to scriptbit's topic in General Discussion
Thanks bud. I'll be definitely grateful for the help. -
I was not even aware of "macrotoolwork" but that now makes 2 competing softwares to ubot that have this feature. I see your point that it may not be good coding practice but consider how much faster all our bots would be constructed if only Ubot contained these two features. Everybody who was the Automate and Macrotoolwork customer base would comfortably be able to jump right into Ubot. Automate 6 is built on "Basic" coding language, which honestly I don't know. I stuck with the gui (yeah I'm a noob like that). I don't know how "Basic" programming language works in the raw code of i
-
So I've been using "Automate 6" since 2006 before discovering Ubot like 3 weeks ago. Automate 6 has the ability to let you set up "if" statements as well. One thing most of my Automate 6 bots benefited from was they had actions like "Goto" and "Label". Here's what they look like: http://i64.tinypic.com/2vab8qr.jpg I cannot find an equivalent in Ubot. The way it would work is you would stick a "Goto" anywhere in your code and if you had previously put the "Label" (you give it any name you want) in the code, the task would immediately go to that "Label" and continue from there. He
-
"iframe Allow" Extension Not Allowed In Chrome 49?
scriptbit replied to scriptbit's topic in General Discussion
No but that's an interesting suggestion and may solve this issue. I will try and if works many thanks. -
Part of my latest scrape project is to scrape within a page that uses iframe html code. A page from amazon.com loads within this iframe and I must scrape values within this iframed page. Unfortunately, the iframe completely does not work either in chrome 49 or 21. My developer says I must install "iFrame Allow" found here: https://chrome.google.com/webstore/detail/iframe-allow/gifgpciglhhpmeefjdmlpboipkibhbjg?hl=en But when I tried to install this extension within Ubot browser it does not work. It treats it like it's not coming from a chrome browser. So, is this even possible to insta
-
I Can't Scrape This Value Reliably, Help Please!
scriptbit replied to scriptbit's topic in General Discussion
Thanks! I got it working! -
Please check this screenshot: http://i66.tinypic.com/1z56d89.jpg Can anyone help? All I want is to scrape the subtotal, shipping value, and that grand total value into csv file. What code or parameters would you use? Steps are it goes to overstock.com, adds one item to cart, goes to the checkout page, and then scrapes those values. That's all I'm trying to do.