2010-04-09から1日間の記事一覧

サンプルコード

import static watij.finders.SymbolFactory.*; import junit.framework.TestCase; import watij.runtime.ie.IE; public class GoogleTest extends TestCase { public void testGoogleSearch() throws Exception{ IE ie = new IE(); ie.start("http://www.go…