The method sendKeys(CharSequence[]) in the type WebElement is not applicable for the arguments (String)
问题 I am trying to send a String to the sendkeys() method, but it is not accepting and throwing an error as my codes follows: package healthcare; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.support.ui.Select; import com.thoughtworks.selenium.Selenium; import com.thoughtworks.selenium.webdriven.WebDriverBackedSelenium; public class MailRegister