I am using Selenium writing in Java by VS Code.
I cannot compile this line of code since there is a red line under the method sendKeys
.
The line of code is:
driver.findElement(By.xpath("*theXpath*")).sendKeys("Cologne")
I am using Selenium writing in Java by VS Code.
I cannot compile this line of code since there is a red line under the method sendKeys
.
The line of code is:
driver.findElement(By.xpath("*theXpath*")).sendKeys("Cologne")