var config = new Config { BaseUrl = "http://www.google.com" }; var web = WebManagerFactory.CreateInstance(config); web.SendKeys(LocateBy.Name("q"), "Hello World!");