The type org.openqa.selenium.firefox.FirefoxDriver is not accessible
问题 I need help in setting up selenium in MAC OS. I have added all the required selenium jar files and java JRE to build path. I have added java path in .profile But still I am still getting error for Firefox driver. The type org.openqa.selenium.firefox.FirefoxDriver is not accessible Can you please help. 回答1: To resolve this issue, create a new Java project with JRE syetm libraray (JavaSE 1.8) copy jar file and build path copy driver executables Create new class and move on with your work!!! 回答2