MIT creates picture-driven programming for the non-programming masses
Network World - Computer users with rudimentary skills will be able to program via screen shots rather than lines of code with a new graphical scripting language called Sikuli that was devised at the Massachusetts Institute of Technology.
With a basic understanding of Python, people can write programs that incorporate screen shots of graphical user interface (GUI) elements to automate computer work.
Last of Python 2.x language line moves forward
One example given by the authors of a paper about Sikuli is a script that notifies a person when his bus is rounding the corner so he can leave in time to catch it.
The script would pull together visual elements of a GPS-driven bus-tracking application that a transit authority might make available online. First, the user would box and capture a map image of the corner that the bus will turn to trigger the notification. That image is pasted into a line of code in Sikuli Script Editor that would look like this:1: street_corner=find( ).
The image of the street corner to be found would be pasted inside the set of parentheses.
Then the script would command looking for the pointer that indicates a bus's location. That line of code would look like this:2: while not street_corner.inside().find( ).similar(0.7):
A captured image of the pointer icon would be pasted in the second set of parentheses. The script seeks out the image of the bus pointer as pasted, and the pointer image that was boxed and cut necessarily includes some background. But as the pointer moves around the map, the background changes, so there will be no exact match for the image as pasted. To account for the differences the "similar.(0.7)" command indicates that the script should find images that are 70% similar to the icon pasted in the line of code.
The script tries to find the bus icon within the target area every 60 seconds, and that is written "sleep(60)". When the bus icon enters the target area, it triggers this response, scripted as: "popup("The bus is arriving!")".
Sikuli -- which means God's eye in the language of the Huichol Indians in Mexico -- also has a search function. Users paste in an icon from a program they are working with and the search engine will find sites that tell more about its function.
Specifying the visual search is actually faster than specifying a search based on keywords, say the researchers, Tom Yeh, Tsung-Hsiang Chang and Robert C. Miller.
In an upcoming paper, the researchers describe a way that programmers could use Sikuli to accelerate quality assurance testing for applications they are writing. They would write scripts to check whether applications in development continue to function as they should after each set of revisions.
Rather than having humans click on the applications' GUIs to see if they give the expected response, testers could script the clicking of the buttons and what visual feedback to expect if the button works properly. The script would flag those interactions that fail to provide the expected feedback.


- Excel 2010 Cheat Sheet
- Register for this Computerworld Insider Cheat Sheet and gain access to hundreds of premium content articles, guides, product reviews and more.
- Establishing a Strategy for Database Security is No Longer Optional
- The options for securing increasingly valuable databases are very broad and deep, and can be confusing. This research provides an overview of three...
- Driving Secure Enterprise File Sharing and Syncing in the Enterprise
- GroupLogic's new activEcho is the industry's only secure Enterprise File Sharing and Synching solution that balances the need for simplicity for the end...
- The Enterprise File Sharing Option
- Enterprises and IT departments need to address several critical security issues when considering file sharing and syncing products. Many of today's solutions do...
- Activities Streams Base An Integrated Social Layer
- The enterprise social software market is exploding thanks to converging trends of consumerization, cloud, and mobile. In this must-read report, "The Forrester Wave:...
- Converged Infrastructure for Dummies
- As you know, everything is mobile, connected, interactive, and immediate. This is exactly why organizations need a highly agile IT infrastructure in order... All Applications White Papers
- Delivery Management -- Extending Lifecycle Management
- Date: Wednesday, June 20, 2012, 1:00 PM EDT
Siloed organizations continue doing the wrong things and doing things wrong, leading to increased costs,... - Leverage automation today to reduce IT complexity
- Date: Tuesday, June 5, 2012, 2:00 PM EDT
Whether your B2B complexity is caused by multiple technologies due to M&A, business or application specific... - BMC Control-M - Single Point of Control Demo
- With BMC Control-M, you schedule and manage everything - down to the very last platform and application - from one simple interface. It's...
- Operational Analytics - Changing the Competitive Dynamics of the Business
- Date/Time: June 5, 2012, 11:00 a.m., EDT, 4:00 p.m. BST / 3:00 p.m. UTC
Please join us for this webcast, as Dr. Barry... - Oracle Database Appliance Best Practices
- Business users increasingly demand 24x7 availability of their data while IT departments face the challenge of ensuring maximum availability while operating with limited... All Applications Webcasts