WillCat - 2013-10-19

Not sure what you are trying to accomplish, but to put text in the source field and have it translated you would do something like

IE myIE = new IE("http://translate.google.com/");
myIE.TextField(Find.ById("source")).TypeText("this is a test");