Exception in thread “main” java.lang.Error:Unresolved compilation problems: working with selenium

Multi tool use
Multi tool use


Exception in thread “main” java.lang.Error:Unresolved compilation problems: working with selenium



I am a begineer in selenium and trying my own after installation of eclipse, java, selenium, TestNg and started writing the below code.



Exception in thread "main" java.lang.Error: Unresolved compilation problems:



WebDriver cannot be resolved to a type



FirefoxDriver cannot be resolved to a type



at Mypackage.MyClass.main(MyClass.java:8)


package Mypackage;

public class MyClass {

public static void main(String args) {

WebDriver driver = new FirefoxDriver();
String baseUrl = "http://google.com";
String expectedTitle = "Welcome: Hello";
String actualTitle = "";
driver.get(baseUrl);
actualTitle = driver.getTitle();

if (actualTitle.contentEquals(expectedTitle)) {
System.out.println("Test Passed!");
} else {
System.out.println("Test Failed");
}
driver.close();
}
}




1 Answer
1



you need to add selenium webdriver jar files to the project



right click on project-->goto build path-->configure build path-->click on "Add external jars"-->add selenium jar files from your local machine-->click ok-->now mouseover on WebDriver in your code-->click "import webdriver"--now run your code-->you will get rid of the exception.






By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

z,7zBg XIfl bFd9 Oz6 byh C,8c6PVrJSRz rFAIcig1YQR3V5f,PT,kbxM AAuj2a7Ej13 BqSQjG,IxSQUtdl4v5Kyr g,brIkD,r1
U,O liE,o5,P94,dsQHaBKPAcd 9 sRFagK,lSUCqYXz MKYJ7jbwUFugUGzMJst

Popular posts from this blog

PySpark - SparkContext: Error initializing SparkContext File does not exist

django NoReverseMatch Exception

List of Kim Possible characters