Skip to content

Instantly share code, notes, and snippets.

@gazmartina
gazmartina / AutomationSample.cs
Created January 20, 2016 15:34 — forked from robertkhrona/AutomationSample.cs
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
{