package com.html;
import com.thoughtworks.selenium.DefaultSelenium;
import com.thoughtworks.selenium.Selenium;
import junit.framework.TestCase;
public class Html5 extends TestCase{`enter code here`
Selenium selenium1;
public void setUp()
{
selenium1=new DefaultSelenium("localhost",4444,"*firefox","http://live.com");
selenium1.start();
}
}
com.thoughtworks.selenium.DefaultSelenium中出現錯誤;和DefaultSelenium(「localhost」,4444,「* firefox」,「http://live.com」);線。如何在使用RC創建腳本時使用selenium-server-standalone-2.0rc2
請建議。
**什麼錯誤**?! – Arran 2013-02-15 09:52:07