'The package org is not accessible - Selenium web driver
I am trying write a selenium code using Java but there is an error package org is not accessible.
I have downloaded a firefox driver and given a path. Please let me know. It will be appreciated.
Please find the code below
package Selenium.webdriver.basictests;
import org.openqa.selenium.firefox.FirefoxDriver;
public class Firsttest {
public static void main(String [] args) {
System.setProperty("webdriver.firefox.marionette","C://Users//97477//.eclipse//geckodriver.exe");
FirefoxDriver driver = new FirefoxDriver();
}
}
Please the location of my project folder and let me know the next step because it still showing an error.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
