|
Is there any cheap and very extensible robot kit, which can work with Microsoft Robotics?
I want to have a great choice of cool parts for a robot to buy :)
If where is no such robot kit which can work with MS Robotics, is there any chance to buy a very...
Started by valya on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That's half need a robot with a PC on board....
Any good robot kit is, by definition, going to require you to be fairly handy with ALL the aspects robot from bits and pieces, rather than a nicely packaged kit with printed instructions.
|
|
What is Robot Army Testing? Where is it used? How can I learn it?
Started by joe on
, 7 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I've yet to hear of Robot!
If by "Robot Army Testing....
There's Rational Robot, an automated testing record-and-playback tool, but you have to buy it.
Are you sure you don't misspell it?
I'm not sure that it exists .
There quickly.
|
|
Guys, I have two classes AppController and Robot.
AppController.h #import <Cocoa/Cocoa.h> #import "Robot.h" @interface AppController : NSObject { Robot *myRobot; } - (IBAction)initPort:(id)sender; AppController.m #import "AppController.h" @implementation...
Started by moldov on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You're sending the message nothingDo is a properly allocated and initialized Robot object..
By making sure myRobot references a valid Robot object.
|
Ask your Facebook Friends
|
I'm trying to create a global Robot variable in a java class without throwing AWTException. The only way that I can come up with it is by throwing the exception. The reason I need it to be global is because I need to use the same Robot variable in other...
Started by estacado on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Which means you can't run your app with Robot anyway..
A RuntimeException?
public Robo() throws AWTException{ try { r = new Robot(); } catch(AWTException e GraphicsEnvironment.isHeadless() is true.
|
|
Is there an equivalent to Java's Robot class (java.awt.Robot) for Perl?
Started by whitney on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
If you're looking for a way to control a browser for the purpose of functional testing, Selenium has Perl bindings... .
There is on Linux/Unix:
http://sourceforge.net/projects/x11guitest
I'm not familiar of anything similar for Windows or Mac that uses Perl .
|
|
Hi All,
I have a web form which the users fill and the info send to server and stored on a database. I am worried that Robots might just fill in the form and I will end up with a database full of useless records. How can I prevent Robots from filling ...
Started by Kryten on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
You check at the submission....
I've always preferred it.
That has removed all of the non-targeted robot misinformation.
The other thing you can do that will prevent 99% of your robot traffic and phone number.
CAPTCHA is great.
Languages.
|
|
I have a directory full of images, that I do not want viewed by robots, is there a way to make this directory private?
Thanks!
Started by Frederico on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
Or, type-in " Disallow: /filename.filetype "
for any page or file... .
You want robots.txt
How to Use Robots.txt in Search Engine Optimization ( SEO )
Type-in " Disallow: /folder name "
for any folder containing files you don’t want search engines to crawl .
|
|
Even before I learnt programming I've been fascinated with how robots could work. Now I know how the underlying programming instructions would be written, but what I don't understand is how those intructions are followed by the robot.
For example, if ...
Started by Click Upvote on
, 14 posts
by 14 people.
Answer Snippets (Read the full thread at stackoverflow):
Is probably easier to get a more high-level language to describe the robot's behaviors and intelligence and let the low level language to the actions (move at least basic electronics also if....
Could find a kit that does robot programming.
|
|
My initial tests have shown that Robot won't work without an active, visible desktop. For example, while a scheduled task (or executed command from the continuous integration server) may be able to start robot as a command-line process, Robot will actually...
Started by Chad on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The command is something like:
[path to Rational Robot
The Robot documentation will have other....
You can run Rational Robot from the command line, so you should be able to set up a scheduled task to run a .BAT file to do this for you.
|
|
Is there a free library that has the same features of Java's Robot class for C++?
http://java.sun.com/javase/6/docs/api/java/awt/Robot.html
Started by Manuel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
On Linux I'm not aware of anything, though; expect is the gold standard for automating command line applications like telnet, but it doesn't handle GUIs... .
For Windows, there are tools like AutoIt which can automate a GUI application .
Windows and Linux.
|