Skip to content

Instantly share code, notes, and snippets.

@robertkhrona
robertkhrona / AutomationSample.cs
Created April 13, 2011 18:40
A simple example of web automation using Awesomium.
using System;
using System.Collections.Generic;
using System.Linq;
using AwesomiumSharp;
using System.Threading;
namespace Automation
{
class AutomationSample
{