how-to use addCustomRequestHeader properly
问题 I'm trying to add headers into my HTTP request for a particular test case. That's very important since I'm trying to test an application meant to be used in mobile phones. I manage to find out about the method addCustomRequestHeader(String arg0, String arg1) . Unfortunately, it seems I don't know how to use it properly. This is my Test Suite: package testscripts; import com.thoughtworks.selenium.DefaultSelenium; import com.thoughtworks.selenium.SeleneseTestCase; import com.thoughtworks